zeromq / libzmq

ZeroMQ core engine in C++, implements ZMTP/3.1
https://www.zeromq.org
Mozilla Public License 2.0
9.53k stars 2.34k forks source link

in zmq_poll, signaler.wait aborts #4570

Open sourcema opened 1 year ago

sourcema commented 1 year ago

Issue description

When calling zmq_poll in my code, I encountered abort problem.

Environment

What's the actual result? (include assertion message & call stack if applicable)

Below is the stack trace: https://imgur.com/WfPZUgi

Here is the console print: https://imgur.com/AuVMG21

Appreciate your help.

Thanks.

sourcema commented 1 year ago

This is the zmq interface that I packaged. Calling cts_zmq_send appears abort. Will this method cause an exception? cts_zmq.txt