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 80535 - Linking libexslt into XML::LibXSLT causes apache to segfault.
Linking libexslt into XML::LibXSLT causes apache to segfault.
Status: VERIFIED NOTGNOME
Product: libxslt
Classification: Platform
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Daniel Veillard
Daniel Veillard
Depends on:
Blocks:
 
 
Reported: 2002-05-02 03:50 UTC by dhageman
Modified: 2009-08-15 18:40 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description dhageman 2002-05-02 03:50:10 UTC
If you use XML::LibXSLT (1.31) under mod_perl 1.26 / apache 1.3.23 and link
in the libexslt code from any current version (1.0.16-1.0.17) into the perl
module - it will cause apache to segfault on startup.  No function calls to
the libexslt is needed, the code just has to be linked in for the behavior
to be exhibited.  No useful debugging information could be gathered save
the behavior goes away if you don't link in libexslt.
Comment 1 Daniel Veillard 2002-05-02 06:26:36 UTC
I can hardly debug this myself, I pointed Matt Sergeant to this but
I can't garantee an answer on this, sorry it depends far too much
on codebase outside my own expertize,

Daniel 
Comment 2 Daniel Veillard 2002-05-02 10:14:36 UTC
  Got feedback from Matt, apparently he don't think it is related
to AXKit or libexslt proper, I'm sorry but I don't see what else to
do than closing that bug as being not GNOME related,

Daniel

>   Matt,
>
>  I just got a bug report
>    http://bugzilla.gnome.org/show_bug.cgi?id=80535
> where basically someone trying to use AXKit and linking in libexslt
> has segfault at apache startup. I'm really unable to handle this,
> could you or someone intimage with apache module loading could have
> a look,

I don't think it's got anything to do with AxKit, but with mod_perl.

XML::LibXML has just undergone a major re-write, so XML::LibXSLT will
require some updates around that. When I get around to doing those I'll
see if there's anything obvious, but I can't promise anything for this
bug. It's one of those "works fine for me" issues.
Comment 3 Daniel Veillard 2002-08-27 10:03:25 UTC
Okay, I hope it was fixed in the last releases,

Daniel