Displaying 2 results from an estimated 2 matches for "v2vvg".
Did you mean:
v2v
2020 Apr 14
2
virt-v2v valgrind errors in libosinfo
Hi Pino:
I've suppressed some OCaml and libosinfo valgrind errors in virt-v2v.
The remaining valgrind errors are here:
http://oirase.annexia.org/tmp/v2vvg/
They all seem to be basically the same. But I couldn't work out if
these are expected leaks in the libosinfo code (in which case we
should suppress them), or if they are actual bugs because we are
missing a true destructor here:
https://github.com/libguestfs/virt-v2v/blob/8e870da79b5a6151...
2020 Apr 14
0
Re: virt-v2v valgrind errors in libosinfo
On Tuesday, 14 April 2020 11:53:30 CEST Richard W.M. Jones wrote:
> I've suppressed some OCaml and libosinfo valgrind errors in virt-v2v.
>
> The remaining valgrind errors are here:
>
> http://oirase.annexia.org/tmp/v2vvg/
>
> They all seem to be basically the same. But I couldn't work out if
> these are expected leaks in the libosinfo code (in which case we
> should suppress them),
I think this might have to do with the glib allocator (libosinfo is
based on glib, so it allocate using it), that al...