> Is there any equivalent procedure for debugging core
> dumps?  I've tried this and it doesn't work because
> the process is not running.  When I process dies it
> would be nice to know where it was in the Perl stack.

% gdb httpd core

> 
> -P
> 
> -----Original Message-----
> From: Doug MacEachern [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, June 01, 2000 6:27 PM
> To: John Armstrong
> Cc: Gustavo Duarte; [EMAIL PROTECTED]
> Subject: Re: Apache children hanging
> 
> 
> > % gdb httpd $pid_of_spinning_process
> > % source modperl_x.xx/.gdbinit
> > % curinfo
> 
> oops, that should be:
> 
> % gdb httpd $pid_of_spinning_process
> (gdb) source modperl_x.xx/.gdbinit
> (gdb) curinfo
> 
> 

--
Eric


Reply via email to