zeromq / cppzmq

Header-only C++ binding for libzmq
http://www.zeromq.org
MIT License
1.94k stars 757 forks source link

crash msg.cpp:590 [Assertion failed] #502

Closed Boskicl closed 3 years ago

Boskicl commented 3 years ago

Running zeromq for our application on a Ubuntu processor for communication purposes we see this error a lot:

"""

Assertion failed: refs_ >= 0 (bundled/zeromq/src/msg.cpp:590)

"""

gummif commented 3 years ago

This is in libzmq https://github.com/zeromq/libzmq

Boskicl commented 3 years ago

Thank you will take this request there.