Author: erik quanstromerik quanstrom Date: Sep 17, 2008 06:23
> hi,
> i got the following panic in a kernel I compiled today:
>
> panic: D2B called on non-block f0d72af8 (double-free?)
> panic: D2B called on non-block f0d72af8 (double-free?)
> dumpstack disabled
> cpu0: exiting
>
> it happen evertime i plug a usb device in. i don't know how
> to debug this. any suggestions?
> with my old kernel(2008-04-30) everthing works fine.
it's very difficult to say without access to
a) the stack dump and
b) the kernel in question.
this is because it's hard to find this sort of problem without
knowing where the problem occurred. the stack dump
will provide addresses and the kernel image will be
enough to tie addresses to particular bits of code.
as an unrelated aside, this reference counting updates uninitialized memory.
|