Yes, that much I knew, however when you do that you
can't use curinfo from .gdbinit, because the process
is not running.
-Paul
> -----Original Message-----
> From: Eric Cholet [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, June 13, 2000 5:33 AM
> To: Paul G. Weiss
> Cc: [EMAIL PROTECTED]
> Subject: Re: Apache children hanging
>
>
> > 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
>
>