From owner-freebsd-mobile Mon Oct 6 08:43:08 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA05788 for mobile-outgoing; Mon, 6 Oct 1997 08:43:08 -0700 (PDT) (envelope-from owner-freebsd-mobile) Received: from ns.mt.sri.com (SRI-56K-FR.mt.net [206.127.65.42]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id IAA05780 for ; Mon, 6 Oct 1997 08:43:05 -0700 (PDT) (envelope-from nate@rocky.mt.sri.com) Received: from rocky.mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.8.7/8.8.7) with ESMTP id JAA13981; Mon, 6 Oct 1997 09:20:35 -0600 (MDT) Received: (from nate@localhost) by rocky.mt.sri.com (8.7.5/8.7.3) id JAA00240; Mon, 6 Oct 1997 09:20:27 -0600 (MDT) Date: Mon, 6 Oct 1997 09:20:27 -0600 (MDT) Message-Id: <199710061520.JAA00240@rocky.mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: John-Mark Gurney Cc: Subject: Re: current on notebook (as of Oct 3) In-Reply-To: <19971006044227.01139@hydrogen.nike.efn.org> References: <19971006044227.01139@hydrogen.nike.efn.org> X-Mailer: VM 6.29 under 19.15 XEmacs Lucid Sender: owner-freebsd-mobile@freebsd.org X-Loop: FreeBSD.org Precedence: bulk [ Moved to -mobile ] > well.. I'm running into some interesting problems... every other reboot > just before it prints the type of pcic chip it does (the PC-Card Intel line): > > Fatal trap 12: page fault while in kernel mode > fault virtual address = 0x80000008 I was seeing these last night until I updated *all* of my code. I'm not sure what caused it, but it happenned all the time with my new code changes. I suspect something in the interrupt code, but I never got a chance to verify it since the box is now solid with everything updated. > fault code = supervisor read, page not present > instruction pointer = 0x8:0xf023dfd0 ... > > after the panic, the next boot will complete successfully... this > is actually beyond the end of the kernel... the last bit of nm /kernel > | sort is: > f023119c B _tcpstat > f023128c B _end > ffc00000 A _APTmap > fffff000 A _APTD You're in the stack. Try updating the sources again and see if that helps things. Nate