|
From: <sv...@va...> - 2008-08-24 08:27:40
|
Author: sewardj
Date: 2008-08-24 09:27:46 +0100 (Sun, 24 Aug 2008)
New Revision: 8543
Log:
Apparently a new suppression is required, to do with thread creation
races in hg_intercepts.c.
Modified:
branches/YARD/glibc-2.34567-NPTL-helgrind.supp
Modified: branches/YARD/glibc-2.34567-NPTL-helgrind.supp
===================================================================
--- branches/YARD/glibc-2.34567-NPTL-helgrind.supp 2008-08-24 08:26:52 UTC (rev 8542)
+++ branches/YARD/glibc-2.34567-NPTL-helgrind.supp 2008-08-24 08:27:46 UTC (rev 8543)
@@ -210,6 +210,11 @@
Helgrind:Race
fun:__lll_*lock_*
}
+{
+ helgrind-glibc28-112
+ Helgrind:Race
+ fun:pthread_create@*
+}
######------------ glibc-2.7 specific ---------######
#
|