In article <pine.neb.4.64.2011281933100.3...@spike.technoskunk.fur>,
John D. Baker <jdba...@consolidated.net> 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

Reply via email to