panic with latest SYSINIT changes
Sascha Wildner
saw at online.de
Mon Apr 30 08:25:45 PDT 2007
Matthew Dillon wrote:
:Hi,
:
:trying to boot with the latest SYSINIT changes, I get an early panic:
:
:http://87.78.98.243/tmp/LPIC0025.JPG
:
:I've tried with and without ACPI. The box is an old P3 laptop.
:
:Sascha
:
:--
:http://yoyodyne.ath.cx
Try to match up those code addresses with the nm -n output from
the kernel binary:
0xc029b5cf
0xc029b45f
0xc0295ba4
0xc013f8bb
It looks like it should be something simple.
OK, no addresses match exactly. The nearest neighboring addresses
(addresses in brackets are from the trace) follow:
. ..
c013f810 T btext
c013f879 t begin
[c013f8bb]
c013f8bc T sigcode
. ..
c0295b0b T mi_startup
[c0295ba4]
c0295c18 t print_caddr_t
. ..
c029b42c T module_register_init
[c029b45f]
c029b4f8 T module_register
[c029b5cf]
c029b60d T module_reference
. ..
Sascha
--
http://yoyodyne.ath.cx
More information about the Bugs
mailing list