Bugzilla – Bug 152368
libxslt: segfault on x86-64
Last modified: 2006-08-31 10:54:52 UTC
Profiling of the trunk segfault on the x86-64 system. Branche SL_101 works without problems in the same system.
Created attachment 69433 [details] strace output
if it crashes at the profiling stage, it probably is a libxml2 or libxslt bug.
Thomas, can you shed light on this problem? Which version do you use on your 64bit system and does it run flawlessly?
I created a small testcase which I tested on my AMD 64bit machine. It seems that is is a combination of xmlns:saxon="http://icl.com/saxon" and extension-element-prefixes="saxon". If I remove the last it works.
Created attachment 82431 [details] Stylesheet which creates the segmentation fault
Created attachment 82433 [details] XML document for the segmentation fault testcase
I forgot to add: This error occured on version 1.1.15 but seems to be fixed in 1.1.16 (latest version from CVS 2005-05-08, 17:00 CEST)
Created attachment 82436 [details] Stylesheet which creates the segmentation fault
Klara, please install update packages of libxml2 and libxslt from http://build.opensuse.org/project/show?project=XML and test again.
According to comment #7 it's fiexed