|
From: <sv...@va...> - 2009-01-22 20:47:01
|
Author: sewardj
Date: 2009-01-22 20:46:51 +0000 (Thu, 22 Jan 2009)
New Revision: 9028
Log:
Suppress any error at all that occurs in libpthread, without any
regard for any calling frames. Needed to hide the fact that we can't
see stdio locking stuff and hence end up reporting a lot of errors in
multithreaded stdio working.
MERGE TO 3_4_BRANCH.
Modified:
trunk/glibc-2.34567-NPTL-helgrind.supp
Modified: trunk/glibc-2.34567-NPTL-helgrind.supp
===================================================================
--- trunk/glibc-2.34567-NPTL-helgrind.supp 2009-01-22 20:42:03 UTC (rev 9027)
+++ trunk/glibc-2.34567-NPTL-helgrind.supp 2009-01-22 20:46:51 UTC (rev 9028)
@@ -1,4 +1,7 @@
+# FIXME 22 Jan 09: helgrind-glibc2X-005 overlaps with a lot of
+# other stuff. They should be removed.
+
##----------------------------------------------------------------------##
# Suppressions for the Helgrind tool when using
# a glibc-2.{3,4,5,6,7,8,9} system
@@ -41,7 +44,6 @@
helgrind-glibc2X-005
Helgrind:Race
obj:/lib*/libpthread-2.*so*
- obj:/lib*/libpthread-2.*so*
}
# helgrind-glibc2X-006 was merged into helgrind-glibc2X-005
|