In article <[EMAIL PROTECTED]>,
Alfred Perlstein  <[EMAIL PROTECTED]> wrote:
> I can't seem to get a crashdump, is there a way to take a 
> ddb crash address:  "Stopped at lf_setlock+0x52"
> and boot later and see what line of code that's on?

Assuming you have a corresponding kernel with debugging symbols, you
can do "gdb -k kernel.debug" and use the "info line" command to get
that information.

John

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to