]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Some more baseline suppressions for Darwin.
authorJulian Seward <jseward@acm.org>
Sun, 26 Jul 2009 19:55:18 +0000 (19:55 +0000)
committerJulian Seward <jseward@acm.org>
Sun, 26 Jul 2009 19:55:18 +0000 (19:55 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10625

darwin9.supp

index 71b2f3f7b8c49eaaffba181f71417434cf8bca5b..f8dff31a4ec25644d89c2ca808b0924e34b7b9c5 100644 (file)
    fun:pthread_create
 }
 
+
+# I think this suppresses the same race as helgrind-glibc2X-102,
+# that is, the unavoidable startup race on xargs[2] in hg_intercepts.c.
+{
+   helgrind-darwin9-102
+   Helgrind:Race
+   fun:pthread_create
+}
+
+# Thread #9: Bug in libpthread: recursive write lock granted on 
+#            mutex/wrlock which does not support recursion
+#  at 0x18696: pthread_cond_wait* (hg_intercepts.c:655)
+#  by 0x2300B8: pthread_rwlock_wrlock$UNIX2003 (in /usr/lib/libSystem.B.dylib)
+#  by 0x18F41: pthread_rwlock_wrlock* (hg_intercepts.c:1177)
+#
+# no idea what this is about
+#
+{
+   helgrind-darwin9-kludge1
+   Helgrind:Misc
+   fun:pthread_cond_wait*
+   fun:pthread_rwlock_*lock*
+   fun:pthread_rwlock_*lock*
+}