summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2009-10-22 12:58:34 +0000
committerAlan Conway <aconway@apache.org>2009-10-22 12:58:34 +0000
commit08f01c6462dd52f429d4d4fdf16a9ec770a66ae0 (patch)
tree9bb855b184e2f20ad87a741d6513a587793bc734 /cpp/src
parent104e2ee164f8f31230e42e9fdfd5c2f98de31222 (diff)
downloadqpid-python-08f01c6462dd52f429d4d4fdf16a9ec770a66ae0.tar.gz
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
Diffstat (limited to 'cpp/src')
-rw-r--r--cpp/src/tests/.valgrind.supp12
1 files changed, 4 insertions, 8 deletions
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
}