|
From: <sv...@va...> - 2008-12-21 16:08:13
|
Author: bart
Date: 2008-12-21 16:08:07 +0000 (Sun, 21 Dec 2008)
New Revision: 8848
Log:
Generalized the glibc _IO_file_xsputn suppression pattern. Added a suppression pattern for Boost.
Modified:
trunk/glibc-2.X-drd.supp
Modified: trunk/glibc-2.X-drd.supp
===================================================================
--- trunk/glibc-2.X-drd.supp 2008-12-21 10:45:55 UTC (rev 8847)
+++ trunk/glibc-2.X-drd.supp 2008-12-21 16:08:07 UTC (rev 8848)
@@ -72,7 +72,10 @@
}
{
libc:stdio
+ drd:ConflictingAccess
+ ...
fun:_IO_file_xsputn*
+ fun:vfprintf
}
{
librt
@@ -317,3 +320,10 @@
fun:_ZN24QAbstractEventDispatcherD2Ev
fun:_ZN20QEventDispatcherGlibD0Ev
}
+{
+ libboost_thread_1
+ drd:ConflictingAccess
+ ...
+ fun:_ZN5boost9call_onceIPFvvEEEvRNS_9once_flagET_
+ fun:_ZN5boost6detail23get_current_thread_dataEv
+}
|