Kenal Panic
Milton D. Miller II
miltonm at realtime.net
Mon Mar 24 14:22:21 EST 2003
Kamaraj wrote:
>I am getting this Kernel Panic message when I invoke ping flood from MPC8xx
>Oops: Kernel Mode Software FPU Emulation, sig: 8
>NIP: C00292BC XER: C0001D7F LR: C00292BC SP: C3A07BC0 REGS: c3a07b10
A floating point trap could be one of several things, including
1) a device driver that specifies floating point numbers (the kernel is
not allowed to use floating point).
2) a compiler mis-configured to use floating point registers for structure
copy
3) A device or driver is scribling on memory
4) Your memory bus or controller is not configured correctly or your board
is getting noise, corrupting memory.
1 and 2 can be eliminated by checking the instruction at NIP in your vmlinux,
possibly by objdump. 3 would tend to be unlikely at the low address but
not impossible.
milton
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
More information about the Linuxppc-embedded
mailing list