From: Bart Van Assche Date: Tue, 17 Aug 2010 15:19:55 +0000 (+0000) Subject: Added two new suppression patterns and generalized an existing one. X-Git-Tag: svn/VALGRIND_3_6_0~191 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d89f22bdaa19e386a229c566af3cc45ef13cad8a;p=thirdparty%2Fvalgrind.git Added two new suppression patterns and generalized an existing one. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11264 --- diff --git a/glibc-2.X-drd.supp b/glibc-2.X-drd.supp index 0e41145184..98b594b64e 100644 --- a/glibc-2.X-drd.supp +++ b/glibc-2.X-drd.supp @@ -99,12 +99,23 @@ ... fun:_Unwind_ForcedUnwind } +{ + drd-libpthread-_Unwind_GetCFA + drd:ConflictingAccess + fun:_Unwind_GetCFA +} { drd-libpthread-_Unwind_Resume drd:ConflictingAccess ... fun:_Unwind_Resume } +{ + drd-libpthread-? + drd:ConflictingAccess + obj:/lib/libgcc_s.so.1 + obj:/lib/libpthread-2.11.2.so +} { drd-libpthread-nanosleep drd:ConflictingAccess @@ -164,6 +175,7 @@ { drd-libglib-access-g_threads_got_initialized drd:ConflictingAccess + ... fun:_ZN27QEventDispatcherGlibPrivateC1EP13_GMainContext fun:_ZN20QEventDispatcherGlibC1EP7QObject obj:/usr/lib*/libQtCore.so.4.*