Re: early exception error
From: Andi Kleen
Date: Tue Dec 30 2008 - 19:24:23 EST
david@xxxxxxx writes:
>
> doing a grep through System.map for the address that appears in the
> error returns nothing
This might be obvious, but you can't grep directly for these addresses
because System.map contains the starting addresses of functions only
and normally the reported address is somewhere in the middle of a
function. So you instead have to look for the highest number lower or equal
the address from the exception.
-Andi
--
ak@xxxxxxxxxxxxxxx
--
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/