Subject: Re: panic related to uax driver
To: Andy Ruhl <acruhl@gmail.com>
From: Martin Husemann <martin@duskware.de>
List: port-i386
Date: 05/10/2005 08:10:28
On Mon, May 09, 2005 at 10:05:32PM -0700, Andy Ruhl wrote:
> I didn't write down
> the output before the db> prompt, but I have the dump.

Please uncompress the dump and use "dmesg -M" to get the panic message
from the dump. If you have a netbsd.gdb kernel coresponding to the
one you were running, use that, otherwise just use your kernel for the
following: start gdb (without any args) and then use "file (kernel)"
and "target kcore (crashdump)".

Then get a backtrace ("bt").

With all this info, use send-pr to file a bug report in the "kern" category,
please.

Martin