Issues
- 25
- 1
- 4
signal_recursive.cc hangs up
#93 opened by GoogleCodeExporter - 1
Provide a debugging API
#94 opened by GoogleCodeExporter - 11
- 3
- 5
Segfault in __tsan_read4
#90 opened by GoogleCodeExporter - 4
V8 unittest runs into ThreadSanitizer CHECK in tsan_rtl_thread.cc (flaky)
#88 opened by GoogleCodeExporter - 3
- 5
sync objects on stack cause both false positives and false negatives
#87 opened by GoogleCodeExporter - 4
- 2
deadlock detector: Does not detect simple AB BA deadlock with 2 threads
#85 opened by GoogleCodeExporter - 11
- 2
False negative on accessing global variable without any lock when another access with a lock follows.
#84 opened by GoogleCodeExporter - 13
- 11
False lock-order-inversion reports for locks taken in a single thread
#81 opened by GoogleCodeExporter - 2
- 21
- 7
TSAN does not support C++ exceptions?
#78 opened by GoogleCodeExporter - 3
gcc / Stack traces are polluted with garbage after std::sort was used on a small container
#76 opened by GoogleCodeExporter - 1
TSAN_NO_HISTORY misses races
#77 opened by GoogleCodeExporter - 6
- 2
- 2
- 4
- 5
nested signal handling
#71 opened by GoogleCodeExporter - 2
- 20
Bogus data race when compiling with -g
#69 opened by GoogleCodeExporter - 8
Deadlock on close() after fork()
#68 opened by GoogleCodeExporter - 3
- 4
- 11
- 2
Make it possible to suppress deadlock reports by any stack (not just first)
#64 opened by GoogleCodeExporter - 9
- 4
- 3
False positive after fork
#60 opened by GoogleCodeExporter - 2
Forking the symbolizer process may cause instrumented fork handler to run
#61 opened by GoogleCodeExporter - 7
Crash when using with Mesa under Linux
#59 opened by GoogleCodeExporter - 10
versioned pthread_cond interceptors
#58 opened by GoogleCodeExporter - 6
atexit() doesn't work if called after forking a multithreaded program with die_after_fork=[01]
#57 opened by GoogleCodeExporter - 3
A call to __sanitizer_sandbox_on_notify() should kill the background thread
#56 opened by GoogleCodeExporter - 16
SEGV using external symbolizer
#55 opened by GoogleCodeExporter - 6
- 12
tsan does not recognize QMutex
#53 opened by GoogleCodeExporter - 4
The information about locks should include the stack trace of the last "lock" operation
#52 opened by GoogleCodeExporter - 7
- 6
- 3
- 6
- 5
Instrumented program hangs at exit if one of the threads is running getline()
#47 opened by GoogleCodeExporter