From: Julian Seward Date: Wed, 19 Nov 2008 10:41:55 +0000 (+0000) Subject: Add some suppressions for Qt4-related code. X-Git-Tag: svn/VALGRIND_3_4_0~109 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=637b4cd0d76cd2f25f694df041e2bee4cbcf567d;p=thirdparty%2Fvalgrind.git Add some suppressions for Qt4-related code. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8785 --- 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 +}