diff options
author | bart <bart@a5019735-40e9-0310-863c-91ae7b9d1cf9> | 2008-12-21 16:08:07 +0000 |
---|---|---|
committer | bart <bart@a5019735-40e9-0310-863c-91ae7b9d1cf9> | 2008-12-21 16:08:07 +0000 |
commit | a45b5724fd6a4fae62b853d6797450c0c37e397e (patch) | |
tree | ff963e0655cb11545b439ce3f2db8d636c296064 /glibc-2.X-drd.supp | |
parent | 04eb109b4ed9dc26691bcfc908058449f3895c54 (diff) |
Generalized the glibc _IO_file_xsputn suppression pattern. Added a suppression pattern for Boost.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8848 a5019735-40e9-0310-863c-91ae7b9d1cf9
Diffstat (limited to 'glibc-2.X-drd.supp')
-rw-r--r-- | glibc-2.X-drd.supp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/glibc-2.X-drd.supp b/glibc-2.X-drd.supp index ac31c305..4b13a0a2 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 +} |