|
From: <sv...@va...> - 2008-07-07 16:49:47
|
Author: bart
Date: 2008-07-07 17:49:54 +0100 (Mon, 07 Jul 2008)
New Revision: 8376
Log:
Generalized one suppression pattern and added two new suppression patterns.
Modified:
trunk/glibc-2.X-drd.supp
Modified: trunk/glibc-2.X-drd.supp
===================================================================
--- trunk/glibc-2.X-drd.supp 2008-07-07 08:45:55 UTC (rev 8375)
+++ trunk/glibc-2.X-drd.supp 2008-07-07 16:49:54 UTC (rev 8376)
@@ -208,14 +208,26 @@
{
pthread
drd:ConflictingAccess
+ fun:__deallocate_stack
+}
+{
+ pthread
+ drd:ConflictingAccess
fun:free_stacks
fun:__deallocate_stack
- fun:pthread_join
- fun:pthread_join
}
{
pthread
drd:ConflictingAccess
+ obj:/lib*/libpthread-*
+ obj:/lib*/libpthread-*
+ fun:__deallocate_stack
+ fun:start_thread
+ fun:clone
+}
+{
+ pthread
+ drd:ConflictingAccess
fun:__free_tcb
}
{
|