[zeromq-dev] test_raw_sock and test_stream fail intermittently

Radu Braniste rbraniste at gmail.com
Fri Sep 6 03:41:43 CEST 2013


the latest dev trunk, compiled for OSX with clang & clang++ (Apple LLVM
version 4.2 (clang-425.0.28))
has intermittent failures

Assertion failed: (rc == 97), function main, file test_raw_sock.cpp, line
106.
FAIL: test_raw_sock

Assertion failed: (rc == 97), function test_stream_to_dealer, file
test_stream.cpp, line 105.
FAIL: test_stream

Both failures happen in the same way -  less data than expected - in the
same spot ( receiving the second frame):

    rc = zmq_recv (router, buffer, 255, 0);

    assert (rc == 97);
Cheers,
Radu
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20130905/fc6ef9ae/attachment.htm>


More information about the zeromq-dev mailing list