On Wed, Oct 26, 2005 at 06:15:21PM -0700, Rick Jones wrote: > So, I'm trying to get netperf4 up and running under Debian Itanium > (64-bit). It uses libxml2 :) I've apt-got libxml2, libxml2-dev, -doc and > -utils. Being an HP-UX refugee, I just did this: > [...] > At this point what would be next steps? Gentle, specific RTFM pointers > would be fine.
Are you moving parts of trees between documents ? If yes then you're probably having dictionaries pointers problems. When loading documents with xmlRead... use the XML_PARSE_NODICT option. What APIs do you use to build the document being freed is the main question. Daniel -- Daniel Veillard | Red Hat http://redhat.com/ [EMAIL PROTECTED] | libxml GNOME XML XSLT toolkit http://xmlsoft.org/ http://veillard.com/ | Rpmfind RPM search engine http://rpmfind.net/ _______________________________________________ xml mailing list, project page http://xmlsoft.org/ [email protected] http://mail.gnome.org/mailman/listinfo/xml
