Closed ymonster closed 10 years ago
Thanks for the report. Can you make a minimal test case, and post that to zeromq-dev and/or make an issue on libzmq? Thanks. I'm going to close this issue here.
Sure, I would post it to zeromq-dev mail list and make an issue on libzmq. Thanks a lot.
zeromq version:latest on git up, i pull it 2 days agao I build a simple server with zeromq and libuv. Use zeromq as inproc message dispatcher. With each tcp connection, i create a zmq_sub socket(inproc) to receive some data and use uv_write send it to client.
But sometimes it will crash.
I paste the crashed screen shot on top line.
BTW: Is there another way to post my question? Cause I wonder is it right that i post my question here?