issues
search
kejiewei
/
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
Crash when building with Clang tip and thread-sanitizer
#43
GoogleCodeExporter
closed
9 years ago
9
I do NOT want nor do I need google sync.
#42
GoogleCodeExporter
closed
9 years ago
2
Deannotating benign data races
#41
GoogleCodeExporter
opened
9 years ago
4
False positive due to incorrect instrumentation
#40
GoogleCodeExporter
closed
9 years ago
12
Documentation on runtime flags
#39
GoogleCodeExporter
opened
9 years ago
6
False positive with asm release semantic and atomic_compare_and_exchange
#38
GoogleCodeExporter
closed
9 years ago
3
Tasking support
#37
GoogleCodeExporter
opened
9 years ago
3
Using pthread_getname_np to get thread names on Linux
#36
GoogleCodeExporter
closed
9 years ago
12
__attribute__((no_sanitize_thread)) is not supported even though the documentation says it is
#35
GoogleCodeExporter
closed
9 years ago
10
Replace __tsan::OverrideFlags with __tsan_default_options()
#34
GoogleCodeExporter
closed
9 years ago
4
False negative for vptr use-after-free
#33
GoogleCodeExporter
opened
9 years ago
5
Deadlock detector
#32
GoogleCodeExporter
opened
9 years ago
5
tsan_stat.cc is ugly
#31
GoogleCodeExporter
closed
9 years ago
4
Allow inline comments in the suppressions file
#30
GoogleCodeExporter
closed
9 years ago
4
tsan should understand the common sanitizer flags from sanitizer_common/sanitizer_flags.h
#29
GoogleCodeExporter
closed
9 years ago
8
Port the code reading /proc/self/maps (and smaps) from Chromium
#28
GoogleCodeExporter
opened
9 years ago
2
tsan sometimes misses racey use-after-return
#27
GoogleCodeExporter
opened
9 years ago
5
quadratic behavior in SyncTab::GetAndLock
#26
GoogleCodeExporter
closed
9 years ago
2
TSan doesn't understand the synchronization in getaddrinfo
#25
GoogleCodeExporter
closed
9 years ago
10
race:foobar shouldn't match "afoobarz"
#24
GoogleCodeExporter
closed
9 years ago
3
sigsuspend does not work under TSan
#23
GoogleCodeExporter
closed
9 years ago
7
TSan fails to print all the inlined frames touching a C++ string
#22
GoogleCodeExporter
closed
9 years ago
6
pthread_barrier race
#21
GoogleCodeExporter
closed
9 years ago
3
MSVC compiler warnings when building sanitizer_common
#20
GoogleCodeExporter
closed
9 years ago
2
TSan's BackgroundThread may potentially cause deadlocks at fork()
#19
GoogleCodeExporter
closed
9 years ago
4
LibcStringFunctions test is flaky on TSan v2
#18
GoogleCodeExporter
closed
9 years ago
2
tsan fails to find a partially racy unaligned access
#17
GoogleCodeExporter
opened
9 years ago
5
memset/memcpy/memmove are not instrumented by tsan
#16
GoogleCodeExporter
closed
9 years ago
2
TSan runtime must be always built with -g
#15
GoogleCodeExporter
closed
9 years ago
7
malloc_usable_size breaks with TSan on Linux
#14
GoogleCodeExporter
closed
9 years ago
2
System test for suppressions
#13
GoogleCodeExporter
closed
9 years ago
2
SEGV in pthread_create with TSan
#12
GoogleCodeExporter
closed
9 years ago
5
check-tsan doesn't work in ninja
#11
GoogleCodeExporter
closed
9 years ago
2
TSan v2 should print the list of matched suppressions
#10
GoogleCodeExporter
closed
9 years ago
4
unable to run base_unittests from chromium
#9
GoogleCodeExporter
closed
9 years ago
11
Incorrect wrapping of pthread_cond_init
#8
GoogleCodeExporter
closed
9 years ago
5
TSan should correctly synchronize the TSD destructors and the parent thread
#7
GoogleCodeExporter
closed
9 years ago
2
ThreadSanitizer must report the locks taken along with their modes
#6
GoogleCodeExporter
closed
9 years ago
2
MAP_32BIT doesn't work on x64 with TSAN
#5
GoogleCodeExporter
closed
9 years ago
12
undefined reference to __tsan_atomic64_compare_exchange_val ATTN: Dmitry
#4
GoogleCodeExporter
closed
9 years ago
5
compile-time crash with virtual inheritance
#3
GoogleCodeExporter
closed
9 years ago
2
Shutting down threads is slow
#2
GoogleCodeExporter
closed
9 years ago
3
[v2] Each thread exit consumes ~87M of RAM?
#1
GoogleCodeExporter
closed
9 years ago
2
Previous