GNOME Bugzilla – Bug 112703
xsltproc crash in xsltApplyTemplates
Last modified: 2009-08-15 18:40:50 UTC
Processing a DocBook XSL document (to be attached) using a DocBook XSL stylesheet results in segmentation fault. Using libxml 20507, libxslt 10030 and libexslt 720 xsltproc was compiled against libxml 20507, libxslt 10030 and libexslt 720 libxslt 10030 was compiled against libxml 20507 libexslt 720 was compiled against libxml 20507 Command line: xsltproc -v -o gpl.html /usr/share/xml/docbook/xsl-stylesheets-1.61.0/html/docbook.xsl gpl-appendix.sgml Post-mortem investigation via gdb: 3023 val = (const xmlChar *) 3024 xmlHashLookup2(ctxt->style->stripSpaces, 3025 cur->parent->name, 3026 cur->parent->ns->href); (gdb) p cur->parent->ns $1 = (struct _xmlNs *) 0xffffffff (gdb) backtrace
+ Trace 36744
Created attachment 16404 [details] The offending XML document
Okay, reproduced locally and fixed in CVS. That was introduced as the result of a change in handling result value trees. thanks for the report, Daniel
this should be closed by release of libxslt-1.0.31 thanks, Daniel