Date: Sat, 29 Dec 2001 10:58:42 +0000 From: David Malone <dwmalone@maths.tcd.ie> To: Michael Ortmann <eugene@wesley.eu> Cc: freebsd-bugs@freebsd.org Subject: Re: fatal trap 12 - i dont get nm -n output on instruction pointer? Message-ID: <20011229105842.A41191@walton.maths.tcd.ie> In-Reply-To: <20011226154808.A5205@wesley.eu>; from eugene@wesley.eu on Wed, Dec 26, 2001 at 03:48:08PM %2B0100 References: <20011226154808.A5205@wesley.eu>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Dec 26, 2001 at 03:48:08PM +0100, Michael Ortmann wrote: > > nm -n /kernel | grep db6f5ca8 > > nm -n /kernel | grep db6f5ca > > nm -n /kernel | grep db6f5c > > nm -n /kernel | grep db6f5 > > nm -n /kernel | grep db6f > > nm -n /kernel | grep db6 > c014db68 T soo_close > c01db6c4 t ad1816_wait_init > c023db6c r __set_sysctl_set_sym_sysctl___debug_boothowto > > well, i looked into the whole nm -m output, but there were no adresses > starting with db... only bf... cd... and ff... > > did i miss something? I can think of two possibilities. First is that it might be executing code in a loadable kernel module. The second is that the problem which caused the panic resulted in the processor executing code at a random address. There probably isn't much more that you can determine here without either a kernel dump or DDB built into the the kernel. David. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011229105842.A41191>