Panic at shutdown

David Demelier demelier.david at gmail.com
Mon Feb 11 20:35:14 UTC 2013


Le jeudi 7 février 2013 10:55:09 Andriy Gapon a écrit :
> Without so much as a stack trace there is nothing to chew on.
> A useable vmcore would be better.
> 
> Did you perhaps use kgdb with a mismatching kernel?
-- 

I still have panic, and recompiled kernel, the stack info is not better but I 
have a lot of message before : (Always related to ACPI)

GNU gdb 6.1.1 [FreeBSD]
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "amd64-marcel-freebsd"...

Unread portion of the kernel message buffer:
ACPI Error: Object not a Integer, type Reference (20110527/exresnte-210)
ACPI Error: Method execution failed [\_SB_.BAT0._UID] (Node 
0xfffffe00017eaaf0), AE_AML_OPERAND_TYPE (20110527/uteval-113)
ACPI Error: Needed [Integer/String/Buffer], found [Reference] 
0xfffffe0001807678 (20110527/exresop-533)
ACPI Exception: AE_AML_OPERAND_TYPE, While resolving operands for 
[OpcodeName unavailable] (20110527/dswexec-498)
ACPI Error: Method parse/execution failed [\_SB_.PCI0.LPCB.EC0_.BTDR] (Node 
0xfffffe00017e6ac8), AE_AML_OPERAND_TYPE (20110527/psparse-560)
ACPI Error: Method parse/execution failed [\_SB_.PCI0.LPCB.EC0_.BSTA] (Node 
0xfffffe00017e6aa0), AE_AML_OPERAND_TYPE (20110527/psparse-560)
ACPI Error: Method parse/execution failed [\_SB_.BAT0._STA] (Node 
0xfffffe00017eaac8), AE_AML_OPERAND_TYPE (20110527/psparse-560)
ACPI Error: Method execution failed [\_SB_.BAT0._STA] (Node 
0xfffffe00017eaac8), AE_AML_OPERAND_TYPE (20110527/uteval-113)
ACPI Error: Object not a Integer, type Reference (20110527/exresnte-210)
ACPI Error: Method execution failed [\_SB_.BAT0._UID] (Node 
0xfffffe00017eaaf0), AE_AML_OPERAND_TYPE (20110527/uteval-113)
ACPI Error: Needed [Integer/String/Buffer], found [Reference] 
0xfffffe0001807678 (20110527/exresop-533)
ACPI Exception: AE_AML_OPERAND_TYPE, While resolving operands for 
[OpcodeName unavailable] (20110527/dswexec-498)
ACPI Error: Method parse/execution failed [\_SB_.PCI0.LPCB.EC0_.BTDR] (Node 
0xfffffe00017e6ac8), AE_AML_OPERAND_TYPE (20110527/psparse-560)
ACPI Error: Method parse/execution failed [\_SB_.PCI0.LPCB.EC0_.BSTA] (Node 
0xfffffe00017e6aa0), AE_AML_OPERAND_TYPE (20110527/psparse-560)
ACPI Error: Method parse/execution failed [\_SB_.BAT0._STA] (Node 
0xfffffe00017eaac8), AE_AML_OPERAND_TYPE (20110527/psparse-560)
ACPI Error: Method execution failed [\_SB_.BAT0._STA] (Node 
0xfffffe00017eaac8), AE_AML_OPERAND_TYPE (20110527/uteval-113)
ACPI Error: Object not a Integer, type Reference (20110527/exresnte-210)
ACPI Error: Method execution failed [\_SB_.BAT0._UID] (Node 
0xfffffe00017eaaf0), AE_AML_OPERAND_TYPE (20110527/uteval-113)
ACPI Error: Needed [Integer/String/Buffer], found [Mutex] 0xfffffe0001807678 
(20110527/exresop-533)
ACPI Exception: AE_AML_OPERAND_TYPE, While resolving operands for 
[OpcodeName unavailable] (20110527/dswexec-498)
ACPI Error: Method parse/execution failed [\_GPE.HWWP] (Node 
0xfffffe00017d2208), AE_AML_OPERAND_TYPE (20110527/psparse-560)


Fatal trap 12: page fault while in kernel mode
cpuid = 0; apic id = 00
fault virtual address   = 0x368
fault code              = supervisor read data, page not present
instruction pointer     = 0x20:0xffffffff804e433b
stack pointer           = 0x28:0xffffff80dd819730
frame pointer           = 0x28:0xfffffe0003aa3920
code segment            = base 0x0, limit 0xfffff, type 0x1b
                        = DPL 0, pres 1, long 1, def32 0, gran 1
processor eflags        = interrupt enabled, resume, IOPL = 0
current process         = 1543 (upowerd)
trap number             = 12
panic: page fault
cpuid = 0
Uptime: 2h11m52s
Dumping 632 out of 3054 
MB:..3%..11%..21%..31%..41%..51%..61%..71%..81%..92%

Reading symbols from /boot/kernel/vboxdrv.ko...done.
Loaded symbols for /boot/kernel/vboxdrv.ko
#0  doadump (textdump=<value optimized out>) at pcpu.h:229

warning: Source file is more recent than executable.

229     #define IS_BSP()        (PCPU_GET(cpuid) == 0)
(kgdb) bt full
#0  doadump (textdump=<value optimized out>) at pcpu.h:229
No locals.
#1  0x0000000000000000 in ?? ()
No symbol table info available.
(kgdb) bt full
#0  doadump (textdump=<value optimized out>) at pcpu.h:229                                                                          
No locals.                                                                                                                                 
#1  0x0000000000000000 in ?? ()                                                                                                                               
No symbol table info available.   

--
David Demelier


More information about the freebsd-stable mailing list