erlzmq2 icon indicating copy to clipboard operation
erlzmq2 copied to clipboard

Fix enif_open_resource_type assertion failure

Open gomoripeti opened this issue 9 years ago • 3 comments

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.

gomoripeti avatar Oct 17 '16 10:10 gomoripeti

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

bryanhuntesl avatar May 14 '19 10:05 bryanhuntesl

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

bryanhuntesl avatar Jun 08 '19 11:06 bryanhuntesl

@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 :-)

bluca avatar Jun 08 '19 11:06 bluca