|
Bugzilla – Full Text Bug Listing |
| Summary: | libxslt: segfault on x86-64 | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE LINUX 10.0 | Reporter: | Klara Cihlarova <cihlarov> |
| Component: | Documentation | Assignee: | 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
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 |