[zeromq-dev] Signaler.cpp hangs on windows intermittently
Felipe Farinon
felipe.farinon at powersyslab.com
Tue Mar 19 17:18:53 CET 2013
Hi,
The code
HANDLE sync = CreateEvent (&sa, FALSE, TRUE, TEXT
("Global\\zmq-signaler-port-sync"));
in signaler.cpp:262 hangs intermittently when starting zeromq context
through zmq_init in my application. I'm not able to reproduce this bug
with a minimal test case. I'm running my application in a Windows 7 with
zeromq compiled with VS2010.
More information about the zeromq-dev
mailing list