Re: weird panic on alpha

2002-12-01 Thread Kris Kennaway
On Sun, Dec 01, 2002 at 05:16:03PM -0500, Andrew Gallatin wrote:
> 
> Kris Kennaway writes:
>  > I'm getting this on several of my alphas.  Any ideas?  The traceback
>  > and panic message is weird.
> 
> gdb sucks bigtime on alpha.  The weirdness is just gdb throwing its
> hands up in the air because it doesn't understand the trapframe and
> can't grok anymore of the stack than that.  gdb is useful for getting
> stack traces from kernel panics on alpha only when a specific panic is
> hit, not a trap.
> 
> 
> So, you need to have ddb configured:
> options DDB
> options DDB_TRACE

OK, thanks.  I'll add these in and post a real trace the next time it occurs.

Kris



msg47901/pgp0.pgp
Description: PGP signature


Re: weird panic on alpha

2002-12-01 Thread Andrew Gallatin

Kris Kennaway writes:
 > I'm getting this on several of my alphas.  Any ideas?  The traceback
 > and panic message is weird.

gdb sucks bigtime on alpha.  The weirdness is just gdb throwing its
hands up in the air because it doesn't understand the trapframe and
can't grok anymore of the stack than that.  gdb is useful for getting
stack traces from kernel panics on alpha only when a specific panic is
hit, not a trap.


So, you need to have ddb configured:
options DDB
options DDB_TRACE

and maybe:
options DDB_UNATTENDED


Drew

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