From 08f01c6462dd52f429d4d4fdf16a9ec770a66ae0 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Thu, 22 Oct 2009 12:58:34 +0000 Subject: Improved suppression for TCPConnector leak. Works for different libgcc version and different amounts of inlining. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@828676 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/tests/.valgrind.supp | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'cpp/src/tests') diff --git a/cpp/src/tests/.valgrind.supp b/cpp/src/tests/.valgrind.supp index 3c12ad1922..ff6e419a08 100644 --- a/cpp/src/tests/.valgrind.supp +++ b/cpp/src/tests/.valgrind.supp @@ -1,15 +1,11 @@ { - Leak due to un-joined thread in TCPConnector. + Leak in TCPConnector: https://bugzilla.redhat.com/show_bug.cgi?id=520600 Memcheck:Leak - fun:_vgrZU_libcZdsoZa_calloc + fun:* fun:_dl_allocate_tls - fun:pthread_create@@GLIBC_2.2.5 - fun:_ZN4qpid3sys13ThreadPrivateC1EPNS0_8RunnableE - fun:_ZN4qpid3sys6ThreadC1EPNS0_8RunnableE + fun:pthread_create* + ... fun:_ZN4qpid6client12TCPConnector7connectERKSsi - fun:_ZN4qpid6client14ConnectionImpl4openEv - fun:_ZN4qpid6client10Connection4openERKNS0_18ConnectionSettingsE - fun:_ZN4qpid6client10Connection4openERKSsiS3_S3_S3_t } -- cgit v1.2.1