Martin,

Martin Sustrik wrote:
Armin,

I have now tested the ipc:// communication.  It doesn't work in poll mode.
There is always an abort in poll.cpp:

# local_lat ipc:///tmp/sock 10 10000 & ( the path must reference a flat file ...)
[1] 50253857
# Assertion failed: !(it->revents & POLLNVAL) (poll.cpp:170)

It works only with select(2).

It's weird. I would guess it's some kind of library misinteraction issue.

Problem solved! The reason for the crash at termination of a zmq based application was the linking against libecpp and libcpp.
After removing libecpp the crash problem is solved ..

Regards

--Armin


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

Reply via email to