GNOME Bugzilla – Bug 136624
xstproc Segmentation fault
Last modified: 2009-08-15 18:40:50 UTC
xsltproc results in core dump on a specific transformation (along with correct output). gdb backtrace:
+ Trace 44936
See http://xmlsoft.org/XSLT/bugs.html for reports, especially testing with the latest versions of both libxml2 and libxslt, and the need for the crash inputs (xsl + xml). Daniel
Created attachment 25374 [details] gzipped tar file
xsltproc ss/simple.xsl data/test.xml
This problem was caused by an overflow of space reserved for the compilation of attribute value templates. I changed the coding to allow dynamic growth of the structure, which fixes the problem. Changes are in CVS (libxslt/attrvt.c)
*** Bug 137166 has been marked as a duplicate of this bug. ***
*** Bug 137251 has been marked as a duplicate of this bug. ***
*** Bug 137633 has been marked as a duplicate of this bug. ***
This should be closed by release of libxslt-1.1.5, thanks, Daniel