Re: [xml] xmlRead Memory

2008-04-12 Thread Arthur Johnson
Unfortunately the code runs on Sun Sparc plaform and Valgrind doesn support it. :( I will try and use a Windows based debugger. I am kind of nervous about that since memory leaky code run on Windows always seems to lead to corruption of OS system files and then to reinstall the OS. =:( Arthur On 4

Re: [xml] xmlRead Memory

2008-04-11 Thread Arthur Johnson
Thanks! It will the first time. Is there a help doc on it, helpful for a first time valgrind user? Arthur On 4/10/08, Adiel Mittmann <[EMAIL PROTECTED]> wrote: > > Hi! > > Did you try to valgrind it? Just to be on the safe side :) > > -- > Adiel Mittmann > ___

Re: [xml] xmlRead Memory

2008-04-11 Thread Daniel Veillard
On Thu, Apr 10, 2008 at 04:06:37PM -0400, Arthur Johnson wrote: > I have compiled a shared library in another application and I am using > libxml2-2.6.30 library functions in the shared lib to help parse in-memory > XML. > > Following is the Makefile I used for compiling the shared lib: urgh ! u

Re: [xml] xmlRead Memory

2008-04-10 Thread Adiel Mittmann
Hi! Did you try to valgrind it? Just to be on the safe side :) -- Adiel Mittmann ___ xml mailing list, project page http://xmlsoft.org/ xml@gnome.org http://mail.gnome.org/mailman/listinfo/xml

[xml] xmlRead Memory

2008-04-10 Thread Arthur Johnson
I have compiled a shared library in another application and I am using libxml2-2.6.30 library functions in the shared lib to help parse in-memory XML. Following is the Makefile I used for compiling the shared lib: = GCCLIBPATH=/usr/local/lib:/opt/ar/sdi