Thus spake Kurt Erik Lindqvist <[EMAIL PROTECTED]>: > Uhm, I am kinda new to this, so I have no idea how to get that to disk from > the debugger...:( > > However, the error I get is "Fatal trap 19: non-maskable interrupt trap > while in kernel mode". > > If someone could help point me to how to write the traceback to disk I will > mail it...
One way is to debug from another box over a serial cable, but that, surprisingly, requires a serial cable and another box. The alternative is to dump a memory image to disk and use gdb to dissect it. You need a raw partition at least as large as the physical memory on your machine to do this; a swap partition should do. For details, see: http://www.freebsd.org/doc/en_US.ISO8859-1/books/developers-handbook/kerneldebug.html To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message