-
Notifications
You must be signed in to change notification settings - Fork 440
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ThreadSanitizer: lock-order-inversion (potential deadlock) paho 1.2.0 #481
Milestone
Comments
Thanks for reporting this! Just for completeness, here is the report, simplified to make it easier to follow:
Definitely looks like this should be fixed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
Issue description: WARNING: ThreadSanitizer: lock-order-inversion (potential deadlock)
When compiling sample https://github.com/eclipse/paho.mqtt.cpp/blob/master/src/samples/async_subscribe.cpp) with -fsanitize=thread and get a TSAN Sanitizer Warning. tsan_sanitizer_output.txt
Used:
This needs a fix i suppose
The text was updated successfully, but these errors were encountered: