[zeromq-dev] test_raw_sock and test_stream fail intermittently

Pieter Hintjens ph at imatix.com
Fri Sep 6 09:44:29 CEST 2013


OK, thanks for this report. I've pushed a fix (waiting for someone to
merge onto master).

On Fri, Sep 6, 2013 at 3:41 AM, Radu Braniste <rbraniste at gmail.com> wrote:
> 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
> zeromq-dev at lists.zeromq.org
> http://lists.zeromq.org/mailman/listinfo/zeromq-dev
>



More information about the zeromq-dev mailing list