libzmq icon indicating copy to clipboard operation
libzmq copied to clipboard

in zmq_poll, signaler.wait aborts

Open sourcema opened this issue 2 years ago • 1 comments
trafficstars

Issue description

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

Environment

  • libzmq version (commit hash if unreleased): v4.3.3
  • OS: Linux os (centos 7)

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 avatar Jul 12 '23 03:07 sourcema

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

sourcema avatar Jul 12 '23 09:07 sourcema