Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

zmq::zmq_abort (errmsg_=0xbce <Address 0xbce out of bounds>) at err.cpp:76 #1306

Closed
liuchuang opened this issue Jan 16, 2015 · 3 comments
Closed

Comments

@liuchuang
Copy link

centos-release-6-6.el6.centos.12.2.x86_64

libzmq3-3.2.2-5.1.x86_64

#0 0x0000003a1b832885 in raise () from /lib64/libc.so.6
#1 0x0000003a1b834065 in abort () from /lib64/libc.so.6
#2 0x00007f6e7c66a5d9 in zmq::zmq_abort (errmsg_=0xbce <Address 0xbce out of bounds>) at err.cpp:76
#3 0x00007f6e7c66c7a0 in zmq::ipc_listener_t::accept (this=) at ipc_listener.cpp:198
#4 0x00007f6e7c66ca3a in zmq::ipc_listener_t::in_event (this=0x1baf850) at ipc_listener.cpp:74
#5 0x00007f6e7c669ea2 in zmq::epoll_t::loop (this=0x1baef30) at epoll.cpp:162
#6 0x00007f6e7c68255b in thread_routine (arg_=0x1baefa0) at thread.cpp:83
#7 0x00007f6e7c43f7f1 in start_thread () from /lib64/libpthread.so.0
#8 0x0000003a1b8e570d in clone () from /lib64/libc.so.6

@liuchuang
Copy link
Author

and this word in stdout:

Too many open files (ipc_listener.cpp:200)
Aborted

@hintjens
Copy link
Member

Try again with 4.x, or libzmq master. Handling of file handle exhaustion
was improved in 4.0.

On Fri, Jan 16, 2015 at 11:39 AM, liuchuang notifications@github.com
wrote:

and this word in stdout:

Too many open files (ipc_listener.cpp:200)
Aborted


Reply to this email directly or view it on GitHub
#1306 (comment).

@bluca
Copy link
Member

bluca commented Jan 3, 2017

Closing as no answer in 2 years. IIRC on RHEL/Centos the default file handle limit is very low, so it should be increased with ulimit -n

@bluca bluca closed this as completed Jan 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants