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 _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
