[zeromq-dev] FW: zmq hangs
Chuck Remes
cremes.devlist at mac.com
Wed Nov 2 18:58:02 CET 2011
On Nov 2, 2011, at 12:44 PM, Alexander Altshuler wrote:
>
> On Nov 2, 2011, at 8:29 PM, Chuck Remes wrote:
>> It should be very simple to reproduce.
>> Can you write a small C program that shows this behavior?
>
> I spent a day trying to reproduce this hang with some simple code, but
> without success. When I back-ported this code to zeromq 2.1 - it works
> fine.
>
> Client application is closed-source. I may provide only binary.
> But server is very simple. I can provide the source code.
> All work on Win32 platform.
Explain how you backported the application from 3.02 to 2.1.x. Perhaps during the backport you fixed the bug.
The "backport" should have only been replacing zmq_sendmsg() with zmq_send(). If you made any other changes, they might be the fix.
Lastly, it is unlikely anyone wants to run your application and this binary on their system to debug the problem for free. :)
cr
More information about the zeromq-dev
mailing list