On Fri, 26 Dec 2003, Martin J. Bligh wrote: > > Dec 26 17:59:08 grinch kernel: EIP is at bttv_risc_planar+0x140/0x2c0 > > If you could take the vmlinux binary and do "gdb vmlinux", then > "disassemble bttv_risc_planar" and post all the output, that'd help. > i did this but _after_ i recompiled the kernel with debug info (CONFIG_DEBUG_INFO=y) The result is attached > Or ideally, recompile with -g, and use addr2line to find out exactly > what it was. > I'm not familiar with addr2line :-( I was trying this command line(the result is below): //usr/src/linux-2.6.0 $ addr2line -e ./vmlinux 320 ??:0 I obtain the same result if i use 0x140 instead of 320 (320 is decimal for 0x140) > M. >