[zeromq-dev] (py)zmq PUSH/PULL, freebsd, kqueue error
Martin Sustrik
sustrik at 250bpm.com
Tue Oct 18 10:04:25 CEST 2011
On 10/17/2011 04:21 PM, Pieter Hintjens wrote:
>> I have seen a similar problem on OSX which also uses kqueue. I'll get a periodic crash at kqueue.cpp:78 (this is using 0mq 2.1.10).
>
> We fixed one case of this error in 2.1.10, it's caused by unhandled
> errno values. Chuck, if you could simply print the errno before that
> assertion, we can fix it trivially.
This error is already reported here:
https://zeromq.jira.com/browse/LIBZMQ-261
The error is ENOENT, which mean there is a race condition involved.
Martin
More information about the zeromq-dev
mailing list