This happens whenever I do anything with mod_perl - serve a URL by a
handler I wrote or by a cgi script under Apache::Registry. If I knew what
was causing this I wouldn't be asking this list.

Alex

On Tue, 14 Aug 2001, Rasoul Hajikhani wrote:

> Jim Smith wrote:
> >
> > 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
>
> I also get that alot. Although, I am not using XML::Parser. I am using
> Template Toolkit to generate dynamic content. My Templates are plain
> templates.
> -r
>
>

Reply via email to