From b29a2842bc29e75b47bba240a82cbe48e7e2fbb9 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Wed, 24 Dec 2008 10:13:33 +0000 Subject: [PATCH] Added a pthread suppression pattern and generalized a glib suppression pattern. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8881 --- glibc-2.X-drd.supp | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/glibc-2.X-drd.supp b/glibc-2.X-drd.supp index 02a65de752..e96470ebb2 100644 --- a/glibc-2.X-drd.supp +++ b/glibc-2.X-drd.supp @@ -230,6 +230,12 @@ ... fun:__pthread_unwind } +{ + pthread-unwind + drd:ConflictingAccess + ... + fun:_Unwind_Resume +} { pthread-unwind drd:ConflictingAccess @@ -275,7 +281,6 @@ drd:ConflictingAccess fun:g_slice_alloc fun:g_ptr_array_sized_new - fun:g_main_context_new } { libglib-access-g_threads_got_initialized -- 2.47.2