Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Oct 1996 09:33:15 +0200 (MET DST)
From:      J Wunsch <j@uriah.heep.sax.de>
To:        freebsd-hackers@freebsd.org (FreeBSD hackers)
Cc:        hasty@rah.star-gate.com (Amancio Hasty)
Subject:   Re: Another question: kernel crash dumps 8)
Message-ID:  <199610070733.JAA13308@uriah.heep.sax.de>
In-Reply-To: <199610062211.PAA00593@rah.star-gate.com> from Amancio Hasty at "Oct 6, 96 03:11:14 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
As Amancio Hasty wrote:

>  #17 0xf01d36f7 in trap (frame={tf_es = 196624, tf_ds = 262160, 
>       tf_edi = -1073741824, tf_esi = 24499, tf_ebp = -266207472, 
>       tf_isp = -266207556, tf_ebx = 3, tf_edx = 6553500, tf_ecx = 4, 
>       tf_eax = -219578368, tf_trapno = 12, tf_err = 0, tf_eip = -266385786, 
>       tf_cs = 8, tf_eflags = 66070, tf_esp = 3, tf_ss = 21})
>     at ../../i386/i386/trap.c:311
>  #18 0xf01cb6c1 in calltrap ()

> So it seems that the current running routine's context is not being saved.

Get the latest gdb with Garett's modifications, or read the section
about kernel debugging in the handbook.  I've described the procedure
how to do this at least a dozen times -- do you read these lists?

(Hint: ``frame frame->tf_ebp frame->tf_eip'')

-- 
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?199610070733.JAA13308>