Hi, > That's pretty twisted - one could almost believe that the fetch from > 0x8021e28c got corrupted to pick up the most significant 16 bits > of the instruction at 0x8021e22c or 0x8021e26c - but given that > instructions are fetched and issued word-by-word, it's hard to see > where that could happen, in either CPU hardware or software. > What is the I-cache line size? If it were me, I'd check my clocks, > voltages, and above all my RAM timing, and I'd re-seat my CPU > and RAM in their sockets... I agree that it is twisted. The I-cache line size is 32 bytes by the way. I left it running overnight and got a different error. Slightly harder to pinpoint the exact instruction that caused the actual bad load, because the failing instruction is loading indirect thru a register that is set to 0000fac4. So the bad load was done previously, and resulted in this register (a1) being set to 0000fac4. The common theme here seems to be that I am getting a bad 16-bits of RAM when loading... First error that I mentioned last night was an instruction load, and this new error looks more to me like a data load, since a1 was previously loaded with a bogus value 0000fac4. Another bad 16-bit load in the most significant 16-bits. So if my analysis is correct, the most significant 16 bits is loading flaky, both for instructions and for data loads. This points to some of the lower level issues you mention -- physical RAM interface, clocking, voltages, and RAM timing setup. If anyone can think of something else I should check, let me know. Thanks again for the feedback. Also Ralf, I got your message about the 2.6.14-rc1 version loud and clear. Thanks to you too for the feedback. Chuck