Bug 152368

Summary: libxslt: segfault on x86-64
Product: [openSUSE] SUSE LINUX 10.0 Reporter: Klara Cihlarova <cihlarov>
Component: DocumentationAssignee: Karl Eichwalder <ke>
Status: RESOLVED FIXED QA Contact: Karl Eichwalder <ke>
Severity: Normal    
Priority: P5 - None    
Version: Final   
Target Milestone: ---   
Hardware: 64bit   
OS: Other   
Whiteboard:
Found By: Other Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---
Attachments: strace output
Stylesheet which creates the segmentation fault
XML document for the segmentation fault testcase
Stylesheet which creates the segmentation fault

Description Klara Cihlarova 2006-02-21 07:08:08 UTC
Profiling of the trunk segfault on the x86-64 system. Branche SL_101 works without problems in the same system.
Comment 1 Klara Cihlarova 2006-02-21 07:09:14 UTC
Created attachment 69433 [details]
strace output
Comment 2 Karl Eichwalder 2006-02-21 08:08:44 UTC
if it crashes at the profiling stage, it probably is a libxml2 or libxslt bug. 
Comment 3 Karl Eichwalder 2006-03-10 20:59:46 UTC
Thomas, can you shed light on this problem?  Which version do you use on your 64bit system and does it run flawlessly?
Comment 4 Thomas Schraitle 2006-05-08 14:54:14 UTC
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.
Comment 5 Thomas Schraitle 2006-05-08 14:55:47 UTC
Created attachment 82431 [details]
Stylesheet which creates the segmentation fault
Comment 6 Thomas Schraitle 2006-05-08 14:56:34 UTC
Created attachment 82433 [details]
XML document for the segmentation fault testcase
Comment 7 Thomas Schraitle 2006-05-08 15:01:35 UTC
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)
Comment 8 Thomas Schraitle 2006-05-08 15:02:10 UTC
Created attachment 82436 [details]
Stylesheet which creates the segmentation fault
Comment 9 Karl Eichwalder 2006-08-03 11:22:20 UTC
Klara, please install update packages of libxml2 and libxslt from http://build.opensuse.org/project/show?project=XML and test again.
Comment 10 Karl Eichwalder 2006-08-31 10:54:52 UTC
According to comment #7 it's fiexed