summaryrefslogtreecommitdiffstats
path: root/tests
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-11 09:28:58 +0100
commit04b475b41476b75ef3851fdd093a9868df0c7357 (patch)
tree44fd1e9c12f68f83a4dc47272444985687090f8d /tests
parent1fe6f1f7bbc454472b02d94927d3b4da2814ad53 (diff)
downloadlibguestfs-04b475b41476b75ef3851fdd093a9868df0c7357.tar.gz
libguestfs-04b475b41476b75ef3851fdd093a9868df0c7357.tar.xz
libguestfs-04b475b41476b75ef3851fdd093a9868df0c7357.zip
tests/extra: Add workaround for memory leak in libvirt.
See: https://bugzilla.redhat.com/show_bug.cgi?id=847429
Diffstat (limited to 'tests')
-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).
{