You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Bill Moseley <mo...@hank.org> on 2000/02/25 18:59:22 UTC

[MOD_PERL] Segmentation Fault

This is a re-phrase of a previous question that got lost with the other
[TOPICS].

Can anyone please offer some debugging tips?  mod_perl-1.21 Apache 1.3.11
5.005_03 Solaris 2.6 w/1GB.  How does one track down this kind of problem?

Re: [MOD_PERL] Segmentation Fault

Posted by Doug MacEachern <do...@pobox.com>.
On Fri, 25 Feb 2000, Bill Moseley wrote:

> [DIE] Undefined subroutine &Apache::RegistryNG->handler::handler called at
> /webdata/cgi-bin/search line 183.	Fri Feb 25 06:53:44 2000  PID:8705-289

I think I suggested this in another message, but did you try adding this
to httpd.conf:

PerlModule Apache::RegistryNG

?

if you have a core file, you can get a stacktrace like so:

% gdb httpd core
(gdb) bt