GNOME Bugzilla – Bug 87005
crash chunking with DocBook 1.51 chunk.xsl
Last modified: 2009-08-15 18:40:50 UTC
This is re http://mail.gnome.org/archives/xslt/2002-June/msg00063.html Crash chunking the file attached below using DocBook xslt stylesheet version 1.51: [jfleck@jelloiii xsltbug]$ gdb xsltproc GNU gdb Red Hat Linux (5.1-1) Copyright 2001 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-redhat-linux"... (gdb) run ~/unpack/docbook-xsl-1.51.1/html/chunk.xsl gphoto2.xml Starting program: /home/jfleck/garnome/bin/xsltproc ~/unpack/docbook-xsl-1.51.1/html/chunk.xsl gphoto2.xml Writing ch01.html for chapter(quickstart) Writing ch02s02.html for section Writing ch02s03.html for section Writing ch02s04.html for section Writing ch02.html for chapter(setup) Error Undefined namespace prefix xmlXPathCompiledEval: evaluation failed Program received signal SIGSEGV, Segmentation fault. 0x400f268b in xmlXPathFreeNodeSet (obj=0x9193c20) at xpath.c:1964 1964 if ((obj->nodeTab[i] != NULL) && (gdb) bt
+ Trace 24543
Created attachment 9547 [details] file used to trigger crash
William Brack has fixed this in cvs and asked me to test and close if it works for me. It did. I am.
Okay, this should be fixed in the last releases, Daniel