Date: Tue, 06 Jul 1999 23:47:44 +0200 From: Gary Jennejohn <garyj@peedub.muc.de> To: freebsd-current@FreeBSD.ORG Subject: Re: Stuck in "objtrm" Message-ID: <199907062147.XAA00862@peedub.muc.de> In-Reply-To: Your message of "Tue, 06 Jul 1999 10:28:33 EDT." <14210.4262.296904.751060@grasshopper.cs.duke.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
Andrew Gallatin writes: >Stephen McKay writes: > > PS I haven't worked out yet how to find the stack of the errant process. > > Any hints? The stack trace should be helpful. > >Yes. say 'proc pidhashtbl[PID & pidhash]->lh_first' in kgdb. > it should also work to do ``ps -M <corefile> -N <kernelfile>'' and pick out the pid of the process, then `proc <pid>' in kgdb. I think that still works in the ELF world. --- Gary Jennejohn Home - garyj@muc.de Work - garyj@fkr.dec.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199907062147.XAA00862>