From owner-freebsd-current Thu Mar 13 00:51:11 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id AAA14809 for current-outgoing; Thu, 13 Mar 1997 00:51:11 -0800 (PST) Received: from sax.sax.de (sax.sax.de [193.175.26.33]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id AAA14802 for ; Thu, 13 Mar 1997 00:51:06 -0800 (PST) Received: (from uucp@localhost) by sax.sax.de (8.6.12/8.6.12-s1) with UUCP id JAA22962 for current@freebsd.org; Thu, 13 Mar 1997 09:51:03 +0100 Received: (from j@localhost) by uriah.heep.sax.de (8.8.5/8.8.5) id JAA03145; Thu, 13 Mar 1997 09:33:49 +0100 (MET) Message-ID: <19970313093349.NA34703@uriah.heep.sax.de> Date: Thu, 13 Mar 1997 09:33:49 +0100 From: j@uriah.heep.sax.de (J Wunsch) To: current@freebsd.org Subject: Re: 2.2-GAMMA (latest) page fault while in kernel mode References: <19970312080118.34495@klemm.gtn.com> <19970312095650.SW14549@uriah.heep.sax.de> <19970312234458.29193@klemm.gtn.com> X-Mailer: Mutt 0.60_p2-3,5,8-9 Mime-Version: 1.0 X-Phone: +49-351-2012 669 X-PGP-Fingerprint: DC 47 E6 E4 FF A6 E9 8F 93 21 E0 7D F9 12 D6 4E Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: <19970312234458.29193@klemm.gtn.com>; from Andreas Klemm on Mar 12, 1997 23:44:58 +0100 Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk As Andreas Klemm wrote: > (kgdb) where > > #0 boot (howto=256) at ../../kern/kern_shutdown.c:243 > #1 0xf010de42 in panic (fmt=0xf018339f "page fault") > at ../../kern/kern_shutdown.c:367 > #2 0xf0183f06 in trap_fatal (frame=0xefbffe1c) at ../../i386/i386/trap.c:742 > #3 0xf01839f4 in trap_pfault (frame=0xefbffe1c, usermode=0) > at ../../i386/i386/trap.c:653 > #4 0xf01836cf in trap (frame={tf_es = 16, tf_ds = 16, tf_edi = 66096, > tf_esi = -231473664, tf_ebp = -272630176, tf_isp = -272630204, > tf_ebx = -198097180, tf_edx = -198097180, tf_ecx = 1, tf_eax = 0, > tf_trapno = 12, tf_err = 0, tf_eip = 0, tf_cs = 8, tf_eflags = 66054, > tf_esp = -267167890, tf_ss = -198097180}) at ../../i386/i386/trap.c:311 > Well, you've been posting several hundred lines of non-information. :) Frame #5 is the most interesting, but gdb seems to have lost track about it. Do the usual: up 4 frame frame->tf_ebp frame->tf_eip and see where you'll be dropped into. -- 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. ;-)