summaryrefslogtreecommitdiffstats
path: root/tools/valgrind
diff options
context:
space:
mode:
Diffstat (limited to 'tools/valgrind')
-rw-r--r--tools/valgrind/tsan/suppressions.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/tools/valgrind/tsan/suppressions.txt b/tools/valgrind/tsan/suppressions.txt
index e7dc541..3400d38 100644
--- a/tools/valgrind/tsan/suppressions.txt
+++ b/tools/valgrind/tsan/suppressions.txt
@@ -106,6 +106,22 @@
fun:*WebDataService*
}
+{
+ bug_53192
+ ThreadSanitizer:UnlockNonLocked
+ fun:pthread_mutex_unlock
+ fun:talk_base::CriticalSection::Leave()
+ fun:talk_base::CritScope::~CritScope()
+ fun:talk_base::PosixSignalDeliveryDispatcher::ClearOwner(talk_base::PhysicalSocketServer*)
+ fun:talk_base::PhysicalSocketServer::~PhysicalSocketServer()
+ fun:scoped_ptr<talk_base::SocketServer>::~scoped_ptr()
+ fun:talk_base::MessageQueue::~MessageQueue()
+ fun:talk_base::Thread::~Thread()
+ fun:talk_base::ThreadManager::UnwrapCurrentThread()
+ fun:talk_base::ThreadManager::~ThreadManager()
+ fun:__tcf_0
+ fun:exit
+}
############################
# Data races in tests