From: Bart Van Assche Date: Sun, 21 Dec 2008 16:08:07 +0000 (+0000) Subject: Generalized the glibc _IO_file_xsputn suppression pattern. Added a suppression patter... X-Git-Tag: svn/VALGRIND_3_4_0~49 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb0f4c006cbefb700e0863e5c949a822faa9a7f3;p=thirdparty%2Fvalgrind.git Generalized the glibc _IO_file_xsputn suppression pattern. Added a suppression pattern for Boost. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8848 --- diff --git a/glibc-2.X-drd.supp b/glibc-2.X-drd.supp index ac31c305bf..4b13a0a289 100644 --- a/glibc-2.X-drd.supp +++ b/glibc-2.X-drd.supp @@ -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 +}