You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When compiling the attached test code with g++ test.cpp -o test -lzmq -fsanitize=thread it hangs when claling to recv(). Without tsan it works correctly.
Environment
libzmq version (commit hash if unreleased): 4.3.5
cppzmq: 4.10.0
gcc: 14.2.1 (but it can reproduce also with clang)
Issue description
When compiling the attached test code with
g++ test.cpp -o test -lzmq -fsanitize=thread
it hangs when claling torecv()
. Without tsan it works correctly.Environment
Minimal test code / Steps to reproduce the issue
What's the actual result? (include assertion message & call stack if applicable)
It just hangs without any information, crash or error
What's the expected result?
It shows the published message
The text was updated successfully, but these errors were encountered: