[Pkg-libvirt-commits] [libguestfs] 11/21: valgrind: Add suppression for libvirt memory leak.

Hilko Bengen bengen at moszumanska.debian.org
Sun May 3 21:27:10 UTC 2015


This is an automated email from the git hooks/post-receive script.

bengen pushed a commit to branch master
in repository libguestfs.

commit 0b0e9153a2d75c66c812965922a800e219a2ccd1
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Fri Apr 24 09:04:38 2015 +0100

    valgrind: Add suppression for libvirt memory leak.
    
    Related to RHBZ#1215042.
    
    (cherry picked from commit ce630dfc33cc1f44c8d38eb712624b3b79365176)
---
 valgrind-suppressions | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/valgrind-suppressions b/valgrind-suppressions
index 10f5862..6f75fb6 100644
--- a/valgrind-suppressions
+++ b/valgrind-suppressions
@@ -251,6 +251,14 @@
    fun:selabel_close
    fun:virSecuritySELinuxSecurityDriverClose
 }
+# RHBZ#1215042
+{
+   libvirt_leak_8
+   Memcheck:Leak
+   ...
+   fun:virGetUserRuntimeDirectory
+   fun:virNetSocketNewConnectUNIX
+}
 
 # FUSE leaks the per-thread context (although the code looks
 # like it attempts to clean it up).  In older fuse, it uses

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git



More information about the Pkg-libvirt-commits mailing list