]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Add a couple more suppressions.
authorJulian Seward <jseward@acm.org>
Tue, 23 Dec 2008 11:12:40 +0000 (11:12 +0000)
committerJulian Seward <jseward@acm.org>
Tue, 23 Dec 2008 11:12:40 +0000 (11:12 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8870

glibc-2.34567-NPTL-helgrind.supp

index 3aface5bbc0e59acfa41b32da837e2e156143aaa..d8943df0a6e4bec47c22e41561d5be1beee58d52 100644 (file)
    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
    fun:*pthread_unwind*
 }
 
+{
+   helgrind---...-*Unwind*-*pthread_unwind*
+   Helgrind:Race
+   ...
+   fun:_Unwind*
+   ...
+   fun:_Unwind_Backtrace
+}
+
+
+
 
 ####################################################
 # To do with thread stack allocation and deallocation?