On Tue, 4 Apr 2000, Daniel Jacobowitz wrote:

> [mod_perl people - any comment?  Please keep the Cc: list to the Debian
> bug tracking system.]
 
> > When using the XML::Parser::Expat under mod_perl, this causes segmentation
> > faults (quite random?) in the child-processes of httpd.
> > The error message in the error.log of apache is:
> > "[notice] child pid 28177 exit signal Segmentation fault (11)"

yeah, try configuring Apache with:
RULE_EXPAT=no

otherwise, the symbols in XML::Parser clash with apache's.  i've suggested
several times that the XML::Parser author should consider making those
symbols static or use a different prefix, but no idea if that's happened
or not.

Reply via email to