Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Dec 2001 15:48:08 +0100
From:      Michael Ortmann <eugene@wesley.eu>
To:        freebsd-bugs@freebsd.org
Subject:   fatal trap 12 - i dont get nm -n output on instruction pointer?
Message-ID:  <20011226154808.A5205@wesley.eu>

next in thread | raw e-mail | index | archive | help
hi,

i got:

Fatal trap 12: page fault while in kernel mode
...
instruction pointer = 0x8:0xdb6f5ca8
...

on my custom kernel (freebsd 4.5 cvs from 24.12.2001)

so i did try nm -n /kernel db6f5ca8

but... no outpu,

so i tried with ripping last digits off...

> 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?

Eugene
Eugene

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?20011226154808.A5205>