Re: Kernel oops with bluetooth usb dongle
From: Thomas Gleixner
Date: Sat Feb 16 2008 - 06:51:21 EST
On Sat, 16 Feb 2008, Jiri Kosina wrote:
> [ Ingo and Thomas added to CC, as this is apparently nohz stuff ]
Well, it explodes there :) I can not exactly decode the source line,
but it's either list corruption or something is fiddling with an
enqueued timer.
> Quel, does the problem go away when you boot with nohz=off?
Quel, can you please compile the kernel with CONFIG_DEBUG_INFO=y ?
Then after a crash, pick the address:
> > IP: [<c0131f3e>] get_next_timer_interrupt+0xfe/0x210
----------^^^^^^^^
and run it through:
# addr2line -e vmlinux c0131f3e
Please also enable CONFIG_DEBUG_LIST=y, which should catch the place
where a list corruption happens.
Thanks,
tglx
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/