On Mon, 12 Jun 2000, Paul G. Weiss wrote:

> 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.

there is a procedure in the mod_peril SUPPORT document that works if you
can recreate the core-dump-causing condition. :)

> 
> -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
> 

-- 
        Blue Lang                              Unix Systems Admin
        QSP, Inc., 3200 Atlantic Ave, Ste 100, Raleigh, NC, 27604
        Home: 919 835 1540  Work: 919 875 6994  Fax: 919 872 4015


Reply via email to