Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Dec 2003 17:04:23 -0500 (EST)
From:      John Baldwin <jhb@FreeBSD.org>
To:        Dan Hulme <d@diefree.com>
Cc:        freebsd-current@freebsd.org
Subject:   RE: ACPI causes page fault/panic upon reboot
Message-ID:  <XFMail.20031229170423.jhb@FreeBSD.org>
In-Reply-To: <3FEF4D94.9040808@diefree.com>

next in thread | previous in thread | raw e-mail | index | archive | help

On 28-Dec-2003 Dan Hulme wrote:
> When I reboot my FreeBSD 5.2RC2 machine, I get the following message 
> every time.  This is an HP pavilion 6740C with an additional network 
> card (realtek of some kind).  If you need more info, let me know.  The 
> problem doesn't bother me, except that rebooting takes an extra 15 
> seconds, but it seems to be some kind of bug in ACPI.
> 
> -Dan
> 
> ------------------------
> 
> Shutting down ACPI
> 
> Fatal trap 12: page fault while in kernel mode
> fault virtual address    = 0x18
> fault code                = supervisor write, page not present
> instruction pointer        = 0x8:0xc05fd8c5
> stack pointer            = 0x10:0xd032cc90
> frame pointer            = 0x10:0xd032ccc0
> 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            = 19 (irq9: rl0 dc0 acpi0)
> trap number                = 12
> panic: page fault
> Uptime: 25m41s
> Shutting down ACPI

Can you build a debug kernel, reproduce the panic, and then do a list
from gdb on your kernel.debug of the instruction pointer?  For example,
from the above you do:

gdb -k kernel.debug
l *0xc05fd8c5

-- 

John Baldwin <jhb@FreeBSD.org>  <><  http://www.FreeBSD.org/~jhb/
"Power Users Use the Power to Serve!"  -  http://www.FreeBSD.org/



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