Re: Intepreting an oops

From: Avi Kivity
Date: Sun Apr 05 2009 - 09:01:44 EST


Peter Hallberg wrote:
How does one translate the offset in the function to a line number in the source code?
[ 218.418473] Call Trace:
[ 218.418484] [] :nnpfs:nnpfs_writepage+0xab/0x230

You can use 'objdump -Sr nnpfs.ko' and look for the address of nnpfs_writepage, plus 0xab.

--
error compiling committee.c: too many arguments to function

--
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/