]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Add pthread suppressions.
authorJulian Seward <jseward@acm.org>
Thu, 6 Jun 2002 09:02:11 +0000 (09:02 +0000)
committerJulian Seward <jseward@acm.org>
Thu, 6 Jun 2002 09:02:11 +0000 (09:02 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@396

glibc-2.2.supp

index 2c2dafeafd25ad6ec3098f33de5f77d6f82e6a2f..229016b264ba844778fb9db7c24fe52b3e8aecc4 100644 (file)
 #     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