On Tue, Mar 15, 2011 at 9:28 PM, Aidar Kamalov <735...@bugs.launchpad.net> wrote: > Mar 15 17:58:04 mainhost kernel: [65866.980085] Call Trace: > Mar 15 17:58:04 mainhost kernel: [65866.980085] [<ffffffff8100f06f>] ? > 0xffffffff8100f06f > Mar 15 17:58:04 mainhost kernel: [65866.980085] [<ffffffff810123f0>] ? > 0xffffffff810123f0 > Mar 15 17:58:04 mainhost kernel: [65866.980085] [<ffffffff8100f744>] ? > 0xffffffff8100f744 > Mar 15 17:58:04 mainhost kernel: [65866.980085] [<ffffffff8100ffaf>] ? > 0xffffffff8100ffaf
Please compile a kernel with debug information so that the call trace has function names. The option is CONFIG_DEBUG_INFO and can be reached via "Kernel hacking | Compile the kernel with debug info" in make menuconfig. Stefan