DragonFly bugs List (threaded) for 2007-04
DragonFly BSD
DragonFly bugs List (threaded) for 2007-04
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: panic with latest SYSINIT changes


To: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxx>
From: Sascha Wildner <saw@xxxxxxxxx>
Date: Mon, 30 Apr 2007 17:25:45 +0200

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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]