Open potatogim opened 7 years ago
I haven't really been keeping up with Perl/XS for a while, would be cool if you can provide me with aPR
Yep, I will perform PR soon :) Thank you for your answer!
Oh....
I think this issue is duplicated with #63.
in master branch, the PR resolving this issue is included but 1.19 does not contains this PR :)
Hi.
I met a segfault with my program.
this situation like below.
zmq_poll()
with a monitor socket gained byzmq_monitor_socket()
and then some callback is triggered.zmq_poll()
with same pollitems.I have rebuilt ZMQ::LibZMQ3 with
ZMQ_TRACE
.and this is output from that.
Actually... it may be my fault, too.
but I think that we can handle this situation more gracefully :)