Bug 12649
Summary: | Early crash with 2.6.29-rc3 | ||
---|---|---|---|
Product: | ACPI | Reporter: | Rafael J. Wysocki (rjw) |
Component: | Config-Other | Assignee: | drivers_pci (drivers_pci) |
Status: | CLOSED CODE_FIX | ||
Severity: | normal | CC: | acpi-bugzilla, andrew, ming.m.lin |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 2.6.29-rc3 | Subsystem: | |
Regression: | Yes | Bisected commit-id: | |
Bug Depends on: | |||
Bug Blocks: | 12398 | ||
Attachments: | Output of acpidump on my laptop |
Description
Rafael J. Wysocki
2009-02-07 06:33:46 UTC
Hi, Andrew Will you please attach the output of acpidump? Thanks. Created attachment 20186 [details]
Output of acpidump on my laptop
Andrew, please help to locate which line code causes the crash. Build kernel with CONFIG_DEBUG_INFO=y, as below menuconfig->General Setup->Optimize for size, disable this option menuconfig->Kernel hacking->Compile the kernel with debug info, enable this option reboot with this new kernel, then check EIP that causes the crash, for example, EIP: 0060:[<c0441898>] EFLAGS: 00010217 CPU: 1 run addr2line to get the line of code, addr2line c0441898 -e vmlinux This problem appears to have been resolved in 2.6.29-rc4. I have now built a kernel 2.6.29-rc4 with exactly the same configuration as earlier and it now boots and runs without this problem. good news. close this bug. please re-open it if it can be reproduced in the upstream kernel again. |