]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Added suppression patterns for boost 1.37 (Fedora 11).
authorBart Van Assche <bvanassche@acm.org>
Wed, 12 Aug 2009 09:45:54 +0000 (09:45 +0000)
committerBart Van Assche <bvanassche@acm.org>
Wed, 12 Aug 2009 09:45:54 +0000 (09:45 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10792

glibc-2.X-drd.supp

index c12f0f5ae9a1837e4936bb51574b7b71ff872473..ef495db07367d58b435878c094fe191bf851b097 100644 (file)
    fun:_ZN5boost9call_onceIPFvvEEEvRNS_9once_flagET_
 }
 
+{
+   drd-libboost-boost::detail::get_once_per_thread_epoch()
+   drd:ConflictingAccess
+   fun:_ZN5boost6detail25get_once_per_thread_epochEv
+}
+
+{
+   drd-libboost-boost::detail::get_current_thread_data()
+   drd:ConflictingAccess
+   ...
+   fun:_ZN5boost6detail23get_current_thread_dataEv
+}