Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Feb 2004 16:21:25 +0100
From:      Morten Rodal <morten@rodal.no>
To:        John Hay <jhay@icomtek.csir.co.za>
Cc:        current@freebsd.org
Subject:   Re: panic when booting
Message-ID:  <20040202152125.GA48311@slurp.rodal.no>
In-Reply-To: <20040202135801.GA37449@zibbi.icomtek.csir.co.za>
References:  <20040202135801.GA37449@zibbi.icomtek.csir.co.za>

next in thread | previous in thread | raw e-mail | index | archive | help
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: <OEM00000 PROD00000000>
> 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



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