Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Jul 1996 11:52:51 +0200 (MET DST)
From:      J Wunsch <j@uriah.heep.sax.de>
To:        lithium@cia-g.com (Stephen Fisher)
Cc:        hardware@freebsd.org, hackers@freebsd.org
Subject:   Re: Fatal trap 12: page fault while in kernel mode
Message-ID:  <199607270952.LAA29344@uriah.heep.sax.de>
In-Reply-To: <Pine.LNX.3.91.960726152443.17109A-100000@gallup.cia-g.com> from Stephen Fisher at "Jul 26, 96 04:13:08 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
As Stephen Fisher wrote:

> Instruction pointer	= 0x8:0xf0181de2

> As I said it almost always happens on the same instruction pointer.  The

Do a

	nm /kernel | sort | more

and see which function above address is in.  If you are a more
adventurous type, you can also disassemble the function with gdb, and
try to find the corresponding source line.

-- 
cheers, J"org

joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199607270952.LAA29344>