You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ac...@apache.org on 2009/10/22 14:58:34 UTC

svn commit: r828676 - /qpid/trunk/qpid/cpp/src/tests/.valgrind.supp

Author: aconway
Date: Thu Oct 22 12:58:34 2009
New Revision: 828676

URL: http://svn.apache.org/viewvc?rev=828676&view=rev
Log:
Improved suppression for TCPConnector leak.

Works for different libgcc version and different amounts of inlining.

Modified:
    qpid/trunk/qpid/cpp/src/tests/.valgrind.supp

Modified: qpid/trunk/qpid/cpp/src/tests/.valgrind.supp
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/src/tests/.valgrind.supp?rev=828676&r1=828675&r2=828676&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/src/tests/.valgrind.supp (original)
+++ qpid/trunk/qpid/cpp/src/tests/.valgrind.supp Thu Oct 22 12:58:34 2009
@@ -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
 }
 
 



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:commits-subscribe@qpid.apache.org