Thanks, it works.
I should find it myself.

Alex

-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of Martin Sustrik
Sent: Thursday, November 10, 2011 3:17 PM
To: ZeroMQ development list
Cc: Alexander Altshuler
Subject: Re: [zeromq-dev] 3.1 Hangs on Windows

On 11/10/2011 12:46 PM, Alexander Altshuler wrote:
        
>>      libzmq.dll!zmq::signaler_t::make_fdpair(unsigned int *
> r_=0x01e19614, unsigned int * w_=0x01e19610)  Line 245 + 0xe bytes

I see.

I am currently not on a Windows box, however, can you try replacing the 
line 241 in src/signaler.cpp by:

HANDLE sync = CreateEvent (NULL, FALSE, TRUE, "zmq-signaler-port-sync");

Let me know whether it helps.
Martin
_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev


_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to