aboutsummaryrefslogtreecommitdiff
path: root/glibc-2.2.supp
diff options
context:
space:
mode:
authorsewardj <sewardj@a5019735-40e9-0310-863c-91ae7b9d1cf9>2002-06-06 09:02:11 +0000
committersewardj <sewardj@a5019735-40e9-0310-863c-91ae7b9d1cf9>2002-06-06 09:02:11 +0000
commit9bf05a846c89ca834f58e846a8d8133aa7dd8de4 (patch)
tree806a5250dbe491b278b4bb2cac113dd4c5876904 /glibc-2.2.supp
parent57f12d38976e28f82dd200f090c5b7a1c7152f3b (diff)
downloadvalgrind-9bf05a846c89ca834f58e846a8d8133aa7dd8de4.tar.gz
Add pthread suppressions.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@396 a5019735-40e9-0310-863c-91ae7b9d1cf9
Diffstat (limited to 'glibc-2.2.supp')
-rw-r--r--glibc-2.2.supp28
1 files changed, 27 insertions, 1 deletions
diff --git a/glibc-2.2.supp b/glibc-2.2.supp
index 2c2dafeaf..229016b26 100644
--- a/glibc-2.2.supp
+++ b/glibc-2.2.supp
@@ -14,7 +14,33 @@
# caller1 name, or ditto
# (optionally: caller2 name)
# (optionally: caller3 name)
-# }
+# }
+
+
+#-------- Threading bugs?
+
+{
+ pthread_error/__pthread_mutex_destroy/__closedir
+ PThread
+ fun:pthread_error
+ fun:__pthread_mutex_destroy
+ fun:__closedir
+}
+
+{
+ pthread_error/__pthread_mutex_destroy/_IO_default_finish
+ PThread
+ fun:pthread_error
+ fun:__pthread_mutex_destroy
+ fun:_IO_default_finish
+}
+
+{
+ __pthread_mutex_unlock/_IO_funlockfile
+ PThread
+ fun:__pthread_mutex_unlock
+ fun:_IO_funlockfile
+}
{
__pthread_mutex_unlock/__register_frame_info