diff options
-rw-r--r-- | tools/valgrind/tsan/suppressions.txt | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/tools/valgrind/tsan/suppressions.txt b/tools/valgrind/tsan/suppressions.txt index 8c9c5b3..def64d1 100644 --- a/tools/valgrind/tsan/suppressions.txt +++ b/tools/valgrind/tsan/suppressions.txt @@ -121,6 +121,13 @@ fun:*talk_base*MessageQueue*Quit* } +{ + bug_28765 (tcmalloc) + ThreadSanitizer:Race + ... + fun:*tcmalloc*ThreadCache*DeleteCache* +} + ############################ # Data races in tests @@ -278,12 +285,3 @@ ... fun:gethostbyname2_r* } - -############################ -# Races in TCMalloc (probably benign) -{ - TCMalloc1 - ThreadSanitizer:Race - ... - tcmalloc::ThreadCache::DeleteCache -} |