[libvirt] [PATCH] tests: Update valgrind suppressions file

Eric Blake eblake at redhat.com
Sat Apr 30 17:24:13 UTC 2011


On 04/30/2011 05:13 AM, Matthias Bolte wrote:
> ---
>  tests/.valgrind.supp |   58 +++++++++++++++++++++++++++++++++++++++++++------
>  1 files changed, 51 insertions(+), 7 deletions(-)
> 
> diff --git a/tests/.valgrind.supp b/tests/.valgrind.supp
> index 4af10b1..68cfa0c 100644
> --- a/tests/.valgrind.supp
> +++ b/tests/.valgrind.supp
> @@ -258,14 +258,58 @@
>     Memcheck:Param
>     capget(data)
>     fun:capget
> +   fun:*
>     fun:capng_clear
> +   fun:virClearCapabilities
>     fun:__virExec
>     fun:virExecWithHook
> -   fun:virExec


Makes sense.

> +{
> +   libnlMemoryLeak1
> +   Memcheck:Leak
> +   fun:malloc
> +   fun:strdup
> +   obj:/usr/lib/libnl.so.1.1
> +}

Nice.  It would be nicer if these other programs plugged their leaks,
but doing this makes it easier to find just the libvirt leaks.

ACK.

-- 
Eric Blake   eblake at redhat.com    +1-801-349-2682
Libvirt virtualization library http://libvirt.org

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 619 bytes
Desc: OpenPGP digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20110430/40c0a8ea/attachment-0001.sig>


More information about the libvir-list mailing list