Hi Lorin, Regarding the monitor error, could you verify with a checkout of current master of either of these repos (it's recently been fixed there ) ?
* https://github.com/zeromq/libzmq * https://github.com/zeromq/zeromq3-x The shutdown stress failure is common on OS X with default ulimit settings ( 256 open fd limit ). As per http://www.zeromq.org/docs:tuning-zeromq , run "ulimit -n 1200" - Lourens On Sun, Aug 19, 2012 at 8:01 AM, Sebastian Lauwers < [email protected]> wrote: > Hi Lorin, > > On 08/17/2012 04:56 PM, Lorin Sutton wrote: > > Running on a MacBook Pro -- Mac OS X - 10.6.8 (4 GB RAM) > > > > $ make check > > Assertion failed: (memcmp (data_->accepted.addr, addr, 22)), function > > socket_monitor, file test_monitor.cpp, line 44. > > /bin/sh: line 1: 18108 Abort trap ${dir}$tst > > FAIL: test_monitor > > What version (or git commit) are you running? I was under the impression > this had been fixed recently. > > > test_shutdown_stress running... > > Too many open files (signaler.cpp:388) > > /bin/sh: line 1: 18147 Abort trap ${dir}$tst > > FAIL: test_shutdown_stress > > This is probably due to your OS configuration. Could you check the > values of ulimit -n? > > -S. > _______________________________________________ > 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
