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 - [EMAIL PROTECTED]
Work - [EMAIL PROTECTED]
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message