TSAN Failures #2031
Replies: 1 comment
-
@mcdougallryan while we have enabled TSAN builds, we got distracted halfway of making use of them. There is #692 waiting to be finished. What I recall from the PR when the TSAN build was introduced is that there were three false positives in In your specific case it is not necessarily a false positive. The Do you want to contribute with a fix? @elfenpiff what do you think, shall I create an issue to look at all |
Beta Was this translation helpful? Give feedback.
-
What has been your experience with TSAN? On a simple GTEST we get a lot off output, but inspecting the source it's not obvious that this is a problem. Reproduced below is one of the more common errors. ASAN passes, and this should be standard C++ passing arguments by stack (not shared heap variables that need protecting). Is this a known issue? Do you have existing suppressions for false positives?
The test code is roughly along the lines of
Beta Was this translation helpful? Give feedback.
All reactions