From owner-freebsd-current@FreeBSD.ORG Mon Feb 2 07:22:02 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B949F16A4CE for ; Mon, 2 Feb 2004 07:22:02 -0800 (PST) Received: from royk.itea.ntnu.no (royk.itea.ntnu.no [129.241.190.230]) by mx1.FreeBSD.org (Postfix) with ESMTP id B697943D5C for ; Mon, 2 Feb 2004 07:21:36 -0800 (PST) (envelope-from morten@rodal.no) Received: from localhost (localhost [127.0.0.1]) by royk.itea.ntnu.no (Postfix) with ESMTP id 58B4B67BD2; Mon, 2 Feb 2004 16:21:35 +0100 (CET) Received: from slurp.rodal.no (m200h.studby.ntnu.no [129.241.135.200]) by royk.itea.ntnu.no (Postfix) with ESMTP id 1338467AE4; Mon, 2 Feb 2004 16:21:35 +0100 (CET) Received: (from morten@localhost) by slurp.rodal.no (8.12.10/8.12.10/Submit) id i12FLPwQ073819; Mon, 2 Feb 2004 16:21:25 +0100 (CET) (envelope-from morten) Date: Mon, 2 Feb 2004 16:21:25 +0100 From: Morten Rodal To: John Hay Message-ID: <20040202152125.GA48311@slurp.rodal.no> References: <20040202135801.GA37449@zibbi.icomtek.csir.co.za> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040202135801.GA37449@zibbi.icomtek.csir.co.za> X-Content-Scanned: with sophos and spamassassin at mailgw.ntnu.no. cc: current@freebsd.org Subject: Re: panic when booting X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Feb 2004 15:22:02 -0000 On Mon, Feb 02, 2004 at 03:58:01PM +0200, John Hay wrote: > I decided to upgrade my Nov 24 -current box today, but with a new kernel > it panics very early. I have tried both with and without acpi, but both > panic in the same way. (I had to run without acpi previously because > the acpi on this box is too broken.) > > > avail memory = 125947904 (120 MB) > MPTable: > kernel trap 12 with interrupts disabled > > > Fatal trap 12: page fault while in kernel mode > cpuid = 0; apic id = 01 > fault virtual address = 0x0 > fault code = supervisor read, page not present > instruction pointer = 0x8:0xc0492990 > stack pointer = 0x10:0xc0821b04 > frame pointer = 0x10:0xc0821b24 > code segment = base 0x0, limit 0xfffff, type 0x1b > = DPL 0, pres 1, def32 1, gran 1 > processor eflags = interrupt enabled, resume, IOPL = 0 > current process = 0 () > kernel: type 12 trap, code=0 > Stopped at _mtx_lock_flags+0x50: cmpl $0xc062337c,0(%ecx) > db> trace > _mtx_lock_flags(0,0,c060a6a7,127,c0821bbc) at _mtx_lock_flags+0x50 > vm_fault(c0c3b000,c009f000,2,0,c0641fc0) at vm_fault+0x2bb > trap_pfault(c0821cac,0,c009f000,20821c88,c009f000) at trap_pfault+0x152 > trap(18,10,7070010,18e,c0637fc0) at trap+0x333 > calltrap() at calltrap+0x5 > --- trap 0xc, eip = 0xc05cc473, esp = 0xc0821cec, ebp = 0xc0821d00 --- > install_ap_tramp(c0670c60,c06103d4,0,1,c0493303) at install_ap_tramp+0x53 > start_all_aps(c0670ae0,c0610297,0,1,8) at start_all_aps+0x45 > cpu_mp_start(c064f380,c05fe23d,0,1,c0631570) at cpu_mp_start+0x244 > mp_start(0,81ec00,81e000,81ec00,81e000) at mp_start+0x60 > mi_startup() at mi_startup+0xb5 > begin() at begin+0x2c > This looks very much like the panic I saw a few weeks back; http://lists.freebsd.org/pipermail/freebsd-current/2004-January/018970.html except mine kept going on and on. I have never seen this panic again, and with the recent ACPI commit by John Baldwin ( http://lists.freebsd.org/pipermail/cvs-src/2004-January/017369.html) I have not had any problems with ACPI. I am sorry for not offering much help, but I thought I'd let you know you're not the only one with Pentium II and has seen this type of panic :/ -- Morten Rodal