Hi Martin,

it seems to be a problem with the QNX libs and/or the different front-ends qcc and QCC.

When I compile the performance tests with QCC the ZMQ stack is working !

The remaining problem is the un-gracefully termination of the test applications ...

Regards

--Armin

PS: there are similar problems with ZMQ 1.0.1 and QNX 6.4 ..


Armin Steinhoff wrote:
Martin Sustrik wrote:
Armin Steinhoff wrote:

[clip]
Am I missing something?

"the termination of "local_lat" aborts within the libcpp.so.4 calling the destructor of io_base."

I though I would see io_base somewhere on the stack.

In any case, putting io_base issue aside, it may be an issue with poll mechanism. Can you try to recompile with ZMQ_FORCE_SELECT macro defined so that poll is replaced by select and check whether the problem persists?

I have added "#define ZMQ_FORCE_SELECT 1" to plattform.hpp.

Same behavior ...

Regards

--Armin

_______________________________________________
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

Reply via email to