Date: Sun, 1 Dec 2002 17:16:03 -0500 (EST) From: Andrew Gallatin <gallatin@cs.duke.edu> To: Kris Kennaway <kris@obsecurity.org> Cc: alpha@FreeBSD.ORG, current@FreeBSD.ORG Subject: Re: weird panic on alpha Message-ID: <15850.35363.546311.924458@grasshopper.cs.duke.edu> In-Reply-To: <20021130223224.GC45105@rot13.obsecurity.org> References: <20021130223224.GC45105@rot13.obsecurity.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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 majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?15850.35363.546311.924458>