On Tue, Aug 14, 2001 at 10:48:48AM -0400, Aleksandr Vladimirskiy wrote:
> 
> Hi all,
> 
> I am running a perl 5.6.0, mod_perl 1.26, apache 1.3.19 on Solaris 2.6. I
> get the following error in my logs:
> 
> [Tue Aug 14 10:45:10 2001] [notice] child pid 2630 exit signal
> Segmentation Fault (11)
> 
> It looks like the child serves a request and immidiately dies.
> 
> Does anyone have any ideas on how to figure out why this keeps happenning?

What are you trying to do on the page that makes it segfault?  If you are
using XML::Parser in some way (with AxKit, for example) you need to make
sure it and Apache are using the same expat library.  Otherwise, it depends
on what you are doing.

--jim

Reply via email to