Current-Users archive

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

Re: acpi panic on Dell Optiplex 760 (i82Q45 chip set)



In article <Pine.NEB.4.64.2011281933100.3837%spike.technoskunk.fur@localhost>,
John D. Baker <jdbaker%consolidated.net@localhost> wrote:
>After updating to the latest -current (9.99.76) with the recent ACPI
>subsystem update, my Dell Optiplex 760 panics attaching acpi0:

Something is overwriting allocated memory. Can you find which free does
this?

Cleanup:
    if (Hid)
    {   
        ACPI_FREE (Hid);
    }   
    if (Uid)
    {       
        ACPI_FREE (Uid);
    }
    if (CidList)
    {       
        ACPI_FREE (CidList);
    }       
    if (Cls)
    {
        ACPI_FREE (Cls);
    }

If you have netbsd.gdb and the crash file it should be simple...

christos



Home | Main Index | Thread Index | Old Index