ThreadSanitizer Usage? #4746
Unanswered
xanderdunn
asked this question in
Q&A
Replies: 2 comments 1 reply
-
I have no idea what the situation for false positives is today. We enabled ASAN testing not too long ago, and if we can get TSAN testing to work, I would definitely be open to that. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I'm interested in this too! I attempted to use TSan with a library that depends on tokio (foxglove/foxglove-sdk#282) and I started seeing some "races" that had nothing to do with my code, for example between
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a project that's using tokio and when I run it with the thread sanitizer I see a ton of warnings. I'm not sure if they're potentially valid or if they're false positives. A search for tsan in the tokio repo shows that the project used to test using the thread sanitizer in CI around 2018. I see it was temporarily disabled in 2018 due to too many false positives, but haven't seen anything after that. Is the thread sanitizer been abandoned due to too many false positives? Is this not going to be a useful tool for a project written using tokio?
Beta Was this translation helpful? Give feedback.
All reactions