Questions tagged [thread-sanitizer]

ThreadSanitizer (TSan) is a data race detector for C/C++ programs.

ThreadSanitizer (aka tsan, not "Thread Sanitizer") is a data race detector for C/C++ programs.

See also:

91 questions
-5
votes
1 answer

ThreadSanitizer only prints 2 frames

For some reason, the callstacks produced by ThreadSanitizer in my log are always exactly two frames (#0, #1). Is there a hidden setting that limits the number of frames? Regards
Desperado17
  • 835
  • 6
  • 12
1 2 3 4 5 6
7