|
From: <sv...@va...> - 2009-07-27 14:48:15
|
Author: bart
Date: 2009-07-27 15:48:06 +0100 (Mon, 27 Jul 2009)
New Revision: 10637
Log:
Added a new suppression pattern for Darwin. This is necessary because of the changes introduced by r10634.
Modified:
trunk/darwin9-drd.supp
Modified: trunk/darwin9-drd.supp
===================================================================
--- trunk/darwin9-drd.supp 2009-07-27 14:37:24 UTC (rev 10636)
+++ trunk/darwin9-drd.supp 2009-07-27 14:48:06 UTC (rev 10637)
@@ -191,6 +191,12 @@
}
{
drd-darwin-pthread-detach
+ drd:ConflictingAccess
+ ...
+ fun:pthread_detach
+}
+{
+ drd-darwin-pthread-detach
drd:CondRaceErr
...
fun:pthread_detach
|