Bug 152368 - libxslt: segfault on x86-64
Summary: libxslt: segfault on x86-64
Status: RESOLVED FIXED
Alias: None
Product: SUSE LINUX 10.0
Classification: openSUSE
Component: Documentation (show other bugs)
Version: Final
Hardware: 64bit Other
: P5 - None : Normal
Target Milestone: ---
Assignee: Karl Eichwalder
QA Contact: Karl Eichwalder
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-21 07:08 UTC by Klara Cihlarova
Modified: 2006-08-31 10:54 UTC (History)
0 users

See Also:
Found By: Other
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments
strace output (20.78 KB, text/plain)
2006-02-21 07:09 UTC, Klara Cihlarova
Details
Stylesheet which creates the segmentation fault (344 bytes, text/x-xslt)
2006-05-08 14:55 UTC, Thomas Schraitle
Details
XML document for the segmentation fault testcase (7 bytes, text/xml)
2006-05-08 14:56 UTC, Thomas Schraitle
Details
Stylesheet which creates the segmentation fault (358 bytes, text/x-xslt)
2006-05-08 15:02 UTC, Thomas Schraitle
Details

Note You need to log in before you can comment on or make changes to this bug.
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