zeromq / zeromq4-x

ØMQ 4.x stable release branch - bug fixes only
GNU General Public License v3.0
458 stars 196 forks source link

inproc ZMQ_PUB/SUB crashed at zmq_msg_recv #85

Closed ymonster closed 10 years ago

ymonster commented 10 years ago

image

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?

hintjens commented 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.

ymonster commented 10 years ago

Sure, I would post it to zeromq-dev mail list and make an issue on libzmq. Thanks a lot.