Is it possible to figure out (approximately) what line of source code a kernel module is hung on, fr
Posted
by Mike Heinz
on Stack Overflow
See other posts from Stack Overflow
or by Mike Heinz
Published on 2010-04-15T20:41:26Z
Indexed on
2010/04/15
20:43 UTC
Read the original article
Hit count: 158
linux-kernel
I'm trying to debug what appears to be a completion queue issue:
Apr 14 18:39:15 ST2035 kernel: Call Trace:
Apr 14 18:39:15 ST2035 kernel: [<ffffffff8049b295>] schedule_timeout+0x1e/0xad
Apr 14 18:39:15 ST2035 kernel: [<ffffffff8049a81c>] wait_for_common+0xd5/0x13c
Apr 14 18:39:15 ST2035 kernel: [<ffffffffa01ca32b>]
ib_unregister_mad_agent+0x376/0x4c9 [ib_mad]
Apr 14 18:39:16 ST2035 kernel: [<ffffffffa03058f4>] ib_umad_close+0xbd/0xfd
Is it possible to turn those hex numbers into something close to line numbers?
© Stack Overflow or respective owner