> -----Original Message-----
> From: Oskari 'Okko' Ojala [mailto:[EMAIL PROTECTED]]

> Got a problem: About 250 of 1000 requests cause a segfault 
> (11) when using
> XML::Parser::parse() under mod_perl. In FAQs it is stated that this is
> because of the bundled Expat in Apache.
> 
> I've tried disabling Apache's Expat with --disable-rule=EXPAT, but it
> doesn't help.
> 
> Have you found any workarounds or patches, or is the reason to my
> segfaults somewhere else?
> 
> Platform:
> 
> Red Hat 7.0
> Apache 1.3.19
> mod_perl 1.25
> perl 5.6.0
> expat 1.95.1
> HTML::Mason 1.02
> XML::Parser 2.30

There's (apparently) a known symbol conflict between XML::Parser 2.30 and
Apache (which I only know because it happened to someone here just the other
day). Drop down to 2.29 and it should work fine.

Stephen.

Reply via email to