|
From: <sv...@va...> - 2007-09-10 21:28:28
|
Author: sewardj
Date: 2007-09-10 22:28:26 +0100 (Mon, 10 Sep 2007)
New Revision: 6816
Log:
Add a suppression needed for running the regtests.
Modified:
branches/THRCHECK/glibc-2.5.supp
Modified: branches/THRCHECK/glibc-2.5.supp
===================================================================
--- branches/THRCHECK/glibc-2.5.supp 2007-09-10 21:27:20 UTC (rev 6815)
+++ branches/THRCHECK/glibc-2.5.supp 2007-09-10 21:28:26 UTC (rev 6816)
@@ -313,6 +313,13 @@
fun:pthread_create@@GLIBC_*
fun:pthread_create@*
}
+{
+ thrcheck-wrappers-glibc-create-2
+ Thrcheck:Race
+ fun:do_clone
+ fun:pthread_create@@GLIBC_*
+ fun:pthread_create@*
+}
# This is very ugly. It is needed to suppress errors inside
# NPTL's pthread_cond_signal. Why only one stack frame --
|