RE: Help: strange messages from kernel on IA64 platform

From: Chen, Kenneth W
Date: Tue May 16 2006 - 17:32:15 EST


Ju, Seokmann wrote on Tuesday, May 16, 2006 2:13 PM
> Tuesday, May 16, 2006 5:00 PM, Chase Venters wrote:
> > It's a trap, which means the CPU is effectively calling that
> function.
> O.K, that's why...
> Then, Is there anyway to look up trap table that the CPU has?

By looking at the instruction address that triggered the unaligned
fault, it is coming from a kernel module.

You should look at the runtime symbol table /proc/kallsyms and try
to map that ip into a function.

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