It's a known issue. By default OSX only allows 256 file descriptors per process, so the stress test fails. Take a look at the "tuning guide" on zeromq.org and it will explain how to resolve this.
Not a bug. On Feb 21, 2013, at 5:08 AM, Pritesh Acharya <[email protected]> wrote: > > ======================================== > zeromq 3.2.3: tests/test-suite.log > ======================================== > > # TOTAL: 20 > # PASS: 19 > # SKIP: 0 > # XFAIL: 0 > # FAIL: 1 > # XPASS: 0 > # ERROR: 0 > > .. contents:: :depth: 2 > > FAIL: test_shutdown_stress > ========================== > > test_shutdown_stress running... > Invalid argument (stream_engine.cpp:96) > > _______________________________________________ > zeromq-dev mailing list > [email protected] > http://lists.zeromq.org/mailman/listinfo/zeromq-dev _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
