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

Reply via email to