it's caused by the open file descriptor limit.
You can refer the link:http://www.zeromq.org/docs:tuning-zeromq

"ulimit -u 1200" to change the number.


2012-05-31 



moxuansheng 



发件人: Jeby Ignatius 
发送时间: 2012-05-31  16:49:13 
收件人: zeromq-dev 
抄送: 
主题: [zeromq-dev] Issue installing zeromq in mac snow leopard 
 
Hi,
I am getting this exception while trying to run 
make check


disconnect endpoint test running...
PASS: test_term_endpoint
PASS: test_monitor
test_shutdown_stress running...
Too many open files (tcp_listener.cpp:252)
Assertion failed: s != retired_fd (tcp_connecter.cpp:282)
/bin/sh: line 1: 19593 Abort trap              ${dir}$tst
FAIL: test_shutdown_stress
test_pair_ipc running...


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

Reply via email to