Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix enif_open_resource_type assertion failure #73

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

gomoripeti
Copy link

According to erlang documentation the argument module_str of
enif_open_resource_type "is not (yet) used and must be NULL." This NULL
value is unfortunately asserted on a debug enabled erlang VM. This
change enables erlzmq2 to be run on such a VM too.

According to erlang documentation the argument module_str of
enif_open_resource_type "is not (yet) used and must be NULL." This NULL
value is unfortunately asserted on a debug enabled erlang VM. This
change enables erlzmq2 to be run on such a VM too.
@ghost
Copy link

ghost commented May 14, 2019

Seems legit - http://erlang.org/doc/man/erl_nif.html#enif_open_resource_type - is anyone maintaining this repository?

@ghost
Copy link

ghost commented Jun 8, 2019

Doesn't seem to be maintained - I've published my fork to hex.pm (erlzmq) with your changes merged in https://github.com/esl/erlzmq

@bluca
Copy link
Member

bluca commented Jun 8, 2019

@bryanhuntesl we are always looking to welcome new volunteers in the ZeroMQ community - @yrashk @dhammika @evax any objection to adding a new maintainer? This repository seems in need of some love :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants