summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2012-08-11 07:47:25 +0100
committerRichard W.M. Jones <rjones@redhat.com>2012-08-30 21:58:03 +0100
commit3faa161f22d6656c77ff64234c53e44c1fcc5c9d (patch)
tree9f780eaf4a1b17955b26c011dbc291cf5e1d6d85
parent16fdcb4baabcd96dcc16acf1ec7eae34f7304cce (diff)
downloadlibguestfs-3faa161f22d6656c77ff64234c53e44c1fcc5c9d.tar.gz
libguestfs-3faa161f22d6656c77ff64234c53e44c1fcc5c9d.tar.xz
libguestfs-3faa161f22d6656c77ff64234c53e44c1fcc5c9d.zip
tests/extra: Add workaround for memory leak in libvirt.
See: https://bugzilla.redhat.com/show_bug.cgi?id=847429 (cherry picked from commit 04b475b41476b75ef3851fdd093a9868df0c7357)
-rw-r--r--tests/extra/suppressions14
1 files changed, 13 insertions, 1 deletions
diff --git a/tests/extra/suppressions b/tests/extra/suppressions
index 8ccc4f0e..1b2f11af 100644
--- a/tests/extra/suppressions
+++ b/tests/extra/suppressions
@@ -170,13 +170,25 @@
# corresponding gnutls_global_deinit function because of
# thread-safety issues (in GnuTLS).
{
- libvirt_leak
+ libvirt_leak_1
Memcheck:Leak
...
fun:gnutls_global_init
fun:virInitialize
}
+# RHBZ#847429
+{
+ libvirt_leak_2
+ Memcheck:Leak
+ ...
+ fun:tryLoadOne
+ fun:VBoxCGlueInit
+ fun:vboxRegister
+ fun:virInitialize
+ fun:init_libguestfs
+}
+
# FUSE leaks the per-thread context (although the code looks
# like it attempts to clean it up).
{