You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use a zmq socket within a gen_server. When the gen_server process crashes (including normal gen process exits), the VM crashes. Crash behavior when running from an escript is inconsistent but includes:
Program hangs without exiting
Various assertion errors (see below)
segfault
Some of the assertion errors:
{"init terminating in do_boot",timeout}
Bad file descriptor
rc != -1 (epoll.cpp:68)
Aborted
and:
{"init terminating in do_boot",stop}
Bad file descriptor
nbytes != -1 (mailbox.cpp:189)
Aborted
Please refer to these two files when trying to reproduce:
I'm trying to use a zmq socket within a gen_server. When the gen_server process crashes (including normal gen process exits), the VM crashes. Crash behavior when running from an escript is inconsistent but includes:
Some of the assertion errors:
and:
Please refer to these two files when trying to reproduce:
I see this behavior on the current zeromq/erlzmq master.
The text was updated successfully, but these errors were encountered: