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 2018/03/14 20:50:36 UTC

[02/14] qpid-cpp git commit: NO-JIRA: Suppress a valgrind warning about an invalid free on exit

NO-JIRA: Suppress a valgrind warning about an invalid free on exit


Project: http://git-wip-us.apache.org/repos/asf/qpid-cpp/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-cpp/commit/18665783
Tree: http://git-wip-us.apache.org/repos/asf/qpid-cpp/tree/18665783
Diff: http://git-wip-us.apache.org/repos/asf/qpid-cpp/diff/18665783

Branch: refs/heads/master
Commit: 186657838631cf18c4f5ad9039522fdc2385cb00
Parents: 8ceb65e
Author: Justin Ross <jr...@apache.org>
Authored: Tue Mar 13 06:44:15 2018 -0700
Committer: Justin Ross <jr...@apache.org>
Committed: Wed Mar 14 10:46:27 2018 -0700

----------------------------------------------------------------------
 src/tests/.valgrind.supp | 11 +++++++++++
 1 file changed, 11 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-cpp/blob/18665783/src/tests/.valgrind.supp
----------------------------------------------------------------------
diff --git a/src/tests/.valgrind.supp b/src/tests/.valgrind.supp
index d881c73..540591e 100644
--- a/src/tests/.valgrind.supp
+++ b/src/tests/.valgrind.supp
@@ -240,3 +240,14 @@
    fun:_ZNSs4_Rep9_S_createEmmRKSaIcE
    ...
 }
+
+{
+   Invalid free on exit
+   Memcheck:Free
+   fun:free
+   fun:__libc_freeres
+   fun:_vgnU_freeres
+   fun:__run_exit_handlers
+   fun:exit
+   fun:(below main)
+}


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