Re: [zeromq-dev] send() cause core dump or system pending

2013-04-12 Thread dennis
Dear Trevor Thank for your reply. I follow the bellowing step to build jzmq (same step on two machine) --- git clone git://github.com/zeromq/libzmq.git cd libzmq ./autogen.sh && ./configure && make && sudo make install && echo ":: ALL OK ::" sudo cp src/.libs/libzmq.so /usr/l

[zeromq-dev] send() cause core dump or system pending

2013-04-12 Thread dennis
I deploy my program on two machine. first machine run zeromq 2.2(open jdk 1.7) second machine run zeromq 3.2 (open jdk 1.7) the program is working fine on first machine. (sometimes will cause core dump) but on second machine , I can't send message to receiver. (It always pending at send() or