On Sat, Oct 27, 2012 at 06:59:07AM -0500, John Donnelly wrote:Well, valgrind works cleanly with libxml2 here, there is
> Hi ,
>
> I am investigating a memory leak in our Axis2C component
> and discovered when I build axis2C 1.6.0 libraries without libxml2 version
> 2.7.6 the leak goes away.
>
>
> valgrind reports an enormous amount of "lost" memory
> in various portions of libxml2 functions. I am not confident
> of the accurately simply due to complexity of pieces
> involved.
even a "make valgrind" Makefile target for nearly forever, and
running this is part of any libxml2 release.
Now if you get lot of lost memory, it's probably due to the
fact you are not freeing some memory that libxml2 is passing to
you. Looking at the valgrind report should help you find where
that memory was allocated and where you received it.
Daniel
--
Daniel Veillard | Open Source and Standards, Red Hat
veillard redhat com | libxml Gnome XML XSLT toolkit http://xmlsoft.org/
http://veillard.com/ | virtualization library http://libvirt.org/
_______________________________________________
xslt mailing list, project page http://xmlsoft.org/XSLT/
xslt gnome org
https://mail.gnome.org/mailman/listinfo/xslt
John Donnelly - Linux Software Development
281-671-4576
Eucalyptus Systems
__________________