]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Generalized the glibc _IO_file_xsputn suppression pattern. Added a suppression patter...
authorBart Van Assche <bvanassche@acm.org>
Sun, 21 Dec 2008 16:08:07 +0000 (16:08 +0000)
committerBart Van Assche <bvanassche@acm.org>
Sun, 21 Dec 2008 16:08:07 +0000 (16:08 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8848

glibc-2.X-drd.supp

index ac31c305bf5b7b7bee23661cfb144b9ccfa0b680..4b13a0a2890ff35480ad487d437f159a7cf1a710 100644 (file)
 }
 {
    libc:stdio
+   drd:ConflictingAccess
+   ...
    fun:_IO_file_xsputn*
+   fun:vfprintf
 }
 {
    librt
    fun:_ZN24QAbstractEventDispatcherD2Ev
    fun:_ZN20QEventDispatcherGlibD0Ev
 }
+{
+   libboost_thread_1
+   drd:ConflictingAccess
+   ...
+   fun:_ZN5boost9call_onceIPFvvEEEvRNS_9once_flagET_
+   fun:_ZN5boost6detail23get_current_thread_dataEv
+}