From: Julian Seward Date: Tue, 23 Dec 2008 11:12:40 +0000 (+0000) Subject: Add a couple more suppressions. X-Git-Tag: svn/VALGRIND_3_4_0~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=661a5cc09c21e247509c0b8091e7ceda34144345;p=thirdparty%2Fvalgrind.git Add a couple more suppressions. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8870 --- diff --git a/glibc-2.34567-NPTL-helgrind.supp b/glibc-2.34567-NPTL-helgrind.supp index 3aface5bbc..d8943df0a6 100644 --- a/glibc-2.34567-NPTL-helgrind.supp +++ b/glibc-2.34567-NPTL-helgrind.supp @@ -101,6 +101,20 @@ obj:/lib*/ld-2.*so* obj:/lib*/libpthread-2.*so* } +{ + helgrind-glibc2X-015 + Helgrind:Race + obj:/lib*/libc-2.*so* + obj:/lib*/libdl-2.*so* + obj:/lib*/ld-2.*so* +} +{ + helgrind-glibc2X-016 + Helgrind:Race + obj:/lib*/libpthread-2.*so* + obj:/lib*/ld-2.*so* + obj:/lib*/ld-2.*so* +} # These are very ugly. They are needed to suppress errors inside (eg) # NPTL's pthread_cond_signal. Why only one stack frame -- at least we @@ -229,6 +243,17 @@ fun:*pthread_unwind* } +{ + helgrind---...-*Unwind*-*pthread_unwind* + Helgrind:Race + ... + fun:_Unwind* + ... + fun:_Unwind_Backtrace +} + + + #################################################### # To do with thread stack allocation and deallocation?