Subject: Re: panic...
To: Mark Abene <phiber@radicalmedia.com>
From: John Hawkinson <jhawk@MIT.EDU>
List: port-sun3
Date: 09/25/2000 16:46:26
In message <20000925071209.G26483@radicalmedia.com>, Mark Abene writes:
>I just wanted to add that gdb seems unable to read the core file generated
>in /var/crash from the panic.  So I can't really look into the matter further.
>What's up with gdb?

You need to include the full output of the failure in order for us
to be very helpful.

Perhaps you're unfamiliar with the necessary arcane syntax required
to read crash dumps?

   gdb /netbsd
   target kcore /var/crash/netbsd.core

--jhawk