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
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
To make it short, there was a library in the stack that was not instrumented just starting with frame #2. This seems to cause Tsan to omit the rest of the stack too.
The history setting did not help.
Thanks anyways.