[zeromq-dev] Assertion failed: ok (mailbox.cpp:84)

Pieter Hintjens ph at imatix.com
Sat Feb 11 20:09:40 CET 2012


On Sat, Feb 11, 2012 at 7:40 AM, Marcin Olak <marcin.olak at gmail.com> wrote:
> Hi guys,
>
> In my system under heavy load and heavy socket creation/destruction an assertion
> in mailbox.cpp:84 (zeromq-2.1.11) aborts the program. Any clues why this might
> hapenning?

Sounds like a race condition on the pipe code. I backported this from
3.0 some time ago. Possible causes for the error are (a) bug in
original code, in which case it will also affect 3.1 and should
reproduce there, or (b) bug in my backport, which can probably be
found by careful comparison of pipe code in the two branches.

-Pieter



More information about the zeromq-dev mailing list