I’ve been getting this on my s390x builds for zmq-3.0

Resource temporarily unavailable (req.cpp:101)
/bin/sh: line 5: 52082 Aborted                 ${dir}$tst
FAIL: test_invalid_rep

Line 101:

       // TODO: This should also close the connection with the peer!
        if (unlikely (!(msg_->flags () & msg_t::label) || msg_->size () != 4)) {
            while (true) {
                int rc = xreq_t::xrecv (msg_, flags_);
                errno_assert (rc == 0);

Is this a known issue or something I should look at further?

Neale
_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to