diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2012-08-11 07:47:25 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2012-08-11 21:57:42 +0100 |
commit | d0fb670c60b81bc0616c71776bb9bdddea1ebcad (patch) | |
tree | 405bcfdeb0a155b6ea59bc128f33b6dd8382b6e9 /tests | |
parent | e2302896393efb01df576c8eefe37b7d0e532a5e (diff) | |
download | libguestfs-d0fb670c60b81bc0616c71776bb9bdddea1ebcad.tar.gz libguestfs-d0fb670c60b81bc0616c71776bb9bdddea1ebcad.tar.xz libguestfs-d0fb670c60b81bc0616c71776bb9bdddea1ebcad.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)
Diffstat (limited to 'tests')
-rw-r--r-- | tests/extra/suppressions | 14 |
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). { |