aboutsummaryrefslogtreecommitdiff
path: root/glibc-2.34567-NPTL-helgrind.supp
diff options
context:
space:
mode:
authorsewardj <sewardj@a5019735-40e9-0310-863c-91ae7b9d1cf9>2008-12-23 11:12:40 +0000
committersewardj <sewardj@a5019735-40e9-0310-863c-91ae7b9d1cf9>2008-12-23 11:12:40 +0000
commit4b03c4284d4af78142d0ba7d2f39685e860abef9 (patch)
tree7ed2f3070fdb0e0241d4c192fcd427f8a50ade26 /glibc-2.34567-NPTL-helgrind.supp
parent2d7cdb2889b6134c1a182869a02c426f2b8125c5 (diff)
downloadvalgrind-4b03c4284d4af78142d0ba7d2f39685e860abef9.tar.gz
Add a couple more suppressions.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8870 a5019735-40e9-0310-863c-91ae7b9d1cf9
Diffstat (limited to 'glibc-2.34567-NPTL-helgrind.supp')
-rw-r--r--glibc-2.34567-NPTL-helgrind.supp25
1 files changed, 25 insertions, 0 deletions
diff --git a/glibc-2.34567-NPTL-helgrind.supp b/glibc-2.34567-NPTL-helgrind.supp
index 3aface5bb..d8943df0a 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?