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