|
From: <sv...@va...> - 2009-08-02 08:35:24
|
Author: bart
Date: 2009-08-02 09:35:05 +0100 (Sun, 02 Aug 2009)
New Revision: 10685
Log:
Restored two of the suppression patterns removed in the previous commit.
Modified:
trunk/glibc-2.X-drd.supp
Modified: trunk/glibc-2.X-drd.supp
===================================================================
--- trunk/glibc-2.X-drd.supp 2009-08-02 07:46:43 UTC (rev 10684)
+++ trunk/glibc-2.X-drd.supp 2009-08-02 08:35:05 UTC (rev 10685)
@@ -52,12 +52,24 @@
fun:pthread_create*
}
{
- drd-libpthread
+ drd-libpthread-pthread_join
drd:ConflictingAccess
+ fun:pthread_join
+ fun:pthread_join
+}
+{
+ drd-libpthread-__deallocate_stack
+ drd:ConflictingAccess
...
fun:__deallocate_stack
}
{
+ drd-libpthread-__free_tcb
+ drd:ConflictingAccess
+ ...
+ fun:__free_tcb
+}
+{
drd-libpthread-pthread_detach
drd:ConflictingAccess
fun:pthread_detach
|