issues
search
Ramki-Ravindran
/
thread-sanitizer
Automatically exported from code.google.com/p/thread-sanitizer
0
stars
0
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
building firefox with TSan support leads to an unusable browser
#92
GoogleCodeExporter
opened
9 years ago
10
signals that arrive during pthread_cond_wait are never delivered
#91
GoogleCodeExporter
closed
9 years ago
2
Segfault in __tsan_read4
#90
GoogleCodeExporter
closed
9 years ago
4
Uses a lot of memory for each goroutine
#89
GoogleCodeExporter
opened
9 years ago
2
V8 unittest runs into ThreadSanitizer CHECK in tsan_rtl_thread.cc (flaky)
#88
GoogleCodeExporter
closed
9 years ago
3
sync objects on stack cause both false positives and false negatives
#87
GoogleCodeExporter
opened
9 years ago
4
Bit logic issue in UnalignedMemoryAccess
#86
GoogleCodeExporter
closed
9 years ago
3
deadlock detector: Does not detect simple AB BA deadlock with 2 threads
#85
GoogleCodeExporter
opened
9 years ago
1
False negative on accessing global variable without any lock when another access with a lock follows.
#84
GoogleCodeExporter
closed
9 years ago
1
Tsan reports many issues for GLib that seem to be false positives
#83
GoogleCodeExporter
opened
9 years ago
10
will explicit-address shmat() be supported?
#82
GoogleCodeExporter
closed
9 years ago
12
False lock-order-inversion reports for locks taken in a single thread
#81
GoogleCodeExporter
opened
9 years ago
10
dlclose call in atexit callback crashes
#80
GoogleCodeExporter
closed
9 years ago
1
Live lock in __tsan_thread_start_func()
#79
GoogleCodeExporter
opened
9 years ago
19
TSAN does not support C++ exceptions?
#78
GoogleCodeExporter
opened
9 years ago
4
TSAN_NO_HISTORY misses races
#77
GoogleCodeExporter
opened
9 years ago
0
gcc / Stack traces are polluted with garbage after std::sort was used on a small container
#76
GoogleCodeExporter
closed
9 years ago
2
TSAN does not handle siglongjmp(3) jumping out of signal handler
#75
GoogleCodeExporter
closed
9 years ago
5
ThreadSanitizer breaks the order of destructors.
#74
GoogleCodeExporter
closed
9 years ago
1
Possible TSan false positive with libc++.async and boost.async
#73
GoogleCodeExporter
opened
9 years ago
1
Program segfaults with address sanitizer
#72
GoogleCodeExporter
closed
9 years ago
3
nested signal handling
#71
GoogleCodeExporter
closed
9 years ago
4
Cleanup sync objects in mmaps and stacks
#70
GoogleCodeExporter
opened
9 years ago
1
Bogus data race when compiling with -g
#69
GoogleCodeExporter
closed
9 years ago
19
Deadlock on close() after fork()
#68
GoogleCodeExporter
closed
9 years ago
7
deadlock detector conflicts with __tsan_java_mutex_unlock
#67
GoogleCodeExporter
closed
9 years ago
2
failing to intercept __xstat with libopen-pal.so
#66
GoogleCodeExporter
closed
9 years ago
3
Segfaul t in this simple code. What am I doing incorrectly?
#65
GoogleCodeExporter
closed
9 years ago
10
Make it possible to suppress deadlock reports by any stack (not just first)
#64
GoogleCodeExporter
closed
9 years ago
1
<empty stack>s for deadlock detector v2 in Ubuntu 14.04
#63
GoogleCodeExporter
opened
9 years ago
8
Link with instrumented libc++ if possible
#62
GoogleCodeExporter
opened
9 years ago
3
Forking the symbolizer process may cause instrumented fork handler to run
#61
GoogleCodeExporter
closed
9 years ago
1
False positive after fork
#60
GoogleCodeExporter
closed
9 years ago
2
Crash when using with Mesa under Linux
#59
GoogleCodeExporter
closed
9 years ago
6
versioned pthread_cond interceptors
#58
GoogleCodeExporter
closed
9 years ago
9
atexit() doesn't work if called after forking a multithreaded program with die_after_fork=[01]
#57
GoogleCodeExporter
closed
9 years ago
5
A call to __sanitizer_sandbox_on_notify() should kill the background thread
#56
GoogleCodeExporter
closed
9 years ago
2
SEGV using external symbolizer
#55
GoogleCodeExporter
closed
9 years ago
15
tsan does not detect race conditions on global values
#54
GoogleCodeExporter
closed
9 years ago
5
tsan does not recognize QMutex
#53
GoogleCodeExporter
opened
9 years ago
2
The information about locks should include the stack trace of the last "lock" operation
#52
GoogleCodeExporter
opened
9 years ago
3
Provide the smallest possible cycle in deadlock detector reports
#51
GoogleCodeExporter
opened
9 years ago
6
Add deadlock detector edges based on compiler annotations
#50
GoogleCodeExporter
opened
9 years ago
2
CHECK failure in sanitizer_deadlock_detector1.cc
#49
GoogleCodeExporter
closed
9 years ago
5
start testing tsan in c++11 mode with c++11 threading
#48
GoogleCodeExporter
closed
9 years ago
5
Instrumented program hangs at exit if one of the threads is running getline()
#47
GoogleCodeExporter
closed
9 years ago
4
forked child can hang
#46
GoogleCodeExporter
closed
9 years ago
1
Allow to suppress all types of reports
#45
GoogleCodeExporter
closed
9 years ago
2
Feature request: detect fork() without exec()
#44
GoogleCodeExporter
closed
9 years ago
5
Crash when building with Clang tip and thread-sanitizer
#43
GoogleCodeExporter
closed
9 years ago
8
Next