[libxml-devel] Libxml memory dump?

Sean Chittenden sean at gigave.com
Fri Jan 13 15:30:20 EST 2006


> I finally got Libxml compiled with memory debugging (my GCC installation  
> was incomplete, I had to compile that from source first), and Libxml-ruby  
> says 'true' to XML::Parser.enabled_memory_debug? . Calling memory_dump  
> does return true, but I don't seem to get the dump...? Reading the Libxml  
> site suggests it's supposed to go to .memdump or /.memdump (??) but I get  
> neither of these.

Hrm...

> Sorry if this is a(nother) dumb question but I just wanted to see if it's  
> something someone's seen and solved before?

I've seen this when ruby-libxml was linked against the wrong version of libxml, but that's about it.  :-/  Using ldd, can you confirm that you've linked against the correct/current version of libxml?  -sc

-- 
Sean Chittenden


More information about the libxml-devel mailing list