You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by jr...@apache.org on 2016/04/28 23:24:07 UTC

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

Author: jross
Date: Thu Apr 28 21:24:07 2016
New Revision: 1741518

URL: http://svn.apache.org/viewvc?rev=1741518&view=rev
Log:
QPID-7207: More valgrind suppressions

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=1741518&r1=1741517&r2=1741518&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/src/tests/.valgrind.supp (original)
+++ qpid/trunk/qpid/cpp/src/tests/.valgrind.supp Thu Apr 28 21:24:07 2016
@@ -238,3 +238,30 @@
    fun:_ZN4qpid11linearstore7journal20EmptyFilePoolManager17findEfpPartitionsEv
    ...
 }
+
+{
+   Leak reported in acl_tests
+   Memcheck:Leak
+   fun:_Znwm
+   fun:_ZN4qpid6broker5Queue*
+   fun:_ZN4qpid6broker12QueueFactory6create*
+   fun:_ZN4qpid6broker13QueueRegistry7declare*
+   fun:_ZN4qpid6broker6Broker11createQueue*
+   ...
+   fun:accept
+   ...
+}
+
+{
+   Leak reported in acl_tests
+   Memcheck:Leak
+   fun:_Znwm
+   fun:_ZNSs4_Rep9_S_createEmmRKSaIcE
+   fun:_ZNSs12_S_constructIPKcEEPcT_S3_RKSaIcESt20forward_iterator_tag
+   fun:_ZNSsC1EPKcRKSaIcE
+   fun:__static_initialization_and_destruction_0
+   fun:_GLOBAL__sub_I_Broker.cpp
+   fun:_dl_init
+   obj:/usr/lib64/ld*.so
+   ...
+}



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org