From 637b4cd0d76cd2f25f694df041e2bee4cbcf567d Mon Sep 17 00:00:00 2001 From: Julian Seward Date: Wed, 19 Nov 2008 10:41:55 +0000 Subject: [PATCH] Add some suppressions for Qt4-related code. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8785 --- glibc-2.34567-NPTL-helgrind.supp | 36 +++++++++++++++++++++++++++++++- 1 file changed, 35 insertions(+), 1 deletion(-) diff --git a/glibc-2.34567-NPTL-helgrind.supp b/glibc-2.34567-NPTL-helgrind.supp index f47f0db55d..03b1241bcf 100644 --- a/glibc-2.34567-NPTL-helgrind.supp +++ b/glibc-2.34567-NPTL-helgrind.supp @@ -504,8 +504,42 @@ ######------ qt4 specific (GNU mangling) ------###### { - helgrind-qt4-QMutex::lock()-twice + helgrind-qt4---QMutex::lock()-QMutex::lock() Helgrind:Race fun:_ZN6QMutex4lockEv fun:_ZN6QMutex4lockEv } + +{ + helgrind-qt4---pthread_setspecific-QThreadPrivate::start(void*) + Helgrind:Race + fun:pthread_setspecific + fun:_ZN14QThreadPrivate5startEPv +} + +{ + helgrind-qt4---free_stacks-__deallocate_stack + Helgrind:Race + fun:free_stacks + fun:__deallocate_stack +} + +{ + helgrind---pthread_setspecific + Helgrind:Race + fun:pthread_setspecific +} + +{ + helgrind---pthread_getspecific + Helgrind:Race + fun:pthread_getspecific +} + +{ + helgrind---ld.so-...-dlsym + Helgrind:Race + obj:/lib*/ld-2.*so* + ... + fun:dlsym +} -- 2.47.2