After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 64542 - libxslt 1.0.7 segfaults on all test
libxslt 1.0.7 segfaults on all test
Status: VERIFIED NOTGNOME
Product: libxslt
Classification: Platform
Component: general
unspecified
Other AIX
: Normal blocker
: ---
Assigned To: Daniel Veillard
Daniel Veillard
Depends on:
Blocks:
 
 
Reported: 2001-11-14 07:18 UTC by Alfred Reibenschuh
Modified: 2009-08-15 18:40 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Alfred Reibenschuh 2001-11-14 07:18:36 UTC
libxslt 1.0.7 builds without error using both gcc-2.95.3 and ibm-xlC-3.6.1,
but all tests segfault and leave cores behind

i have reproduced this error on the following machines:

ibm-s80: 24cpu, 8gb ram, powerpc-ibm-aix4.3.3.8
ibm-f80: 4cpu, 2gb ram, powerpc-ibm-aix4.3.3.6
ibm-f50: 2cpu, 1gb ram, powerpc-ibm-aix4.3.3.0
Comment 1 Daniel Veillard 2001-11-15 13:13:44 UTC
The problem is with libtool and shared library support
on AIX. Just configure the libraries without shared
libraries using --disable-shared

This was reported to be sufficient to get make tests
to pass both for libxml2 and libxslt.

http://mail.gnome.org/archives/xml/2001-November/msg00117.html

Daniel
Comment 2 Daniel Veillard 2001-11-26 14:01:36 UTC
This can safely be closed it seems,

Daniel