From: Bart Van Assche Date: Wed, 12 May 2010 10:01:32 +0000 (+0000) Subject: DRD: added a suppression pattern for the libstdc++ included with gcc 4.4.4. X-Git-Tag: svn/VALGRIND_3_6_0~296 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4dc56ebc78d5cfe8b7a7d3c6c1ea0df89f17c578;p=thirdparty%2Fvalgrind.git DRD: added a suppression pattern for the libstdc++ included with gcc 4.4.4. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11128 --- diff --git a/glibc-2.X-drd.supp b/glibc-2.X-drd.supp index 0711a69acc..0d32d4f81a 100644 --- a/glibc-2.X-drd.supp +++ b/glibc-2.X-drd.supp @@ -41,6 +41,14 @@ # fun:_ZNSsC1ERKSs # } +{ + drd-libstdc++-cxa_guard_release + drd:CondErr + fun:pthread_cond_broadcast@* + fun:__cxa_guard_release +} + + # # Suppression patterns for libpthread. #