From: Bart Van Assche Date: Tue, 26 Jul 2011 19:29:23 +0000 (+0000) Subject: drd: Add a suppression pattern X-Git-Tag: svn/VALGRIND_3_7_0~318 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9066a0acab77a655fbd8088ad1975c3c3b905ab8;p=thirdparty%2Fvalgrind.git drd: Add a suppression pattern git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11919 --- diff --git a/glibc-2.X-drd.supp b/glibc-2.X-drd.supp index 441e7a81cd..b36a1016ad 100644 --- a/glibc-2.X-drd.supp +++ b/glibc-2.X-drd.supp @@ -24,6 +24,11 @@ drd:ConflictingAccess obj:/lib*/libc-* } +{ + drd-libc-thread-cancellation-test + drd:ConflictingAccess + fun:write +} # # Suppression patterns for libstdc++, the implementation of the standard C++