> EIP: 0010:[__switch_to+33/180]
> Code:  00 0c 08 60 00 00 00 b0
>       89 ca 08 60 4f 73 08 60 4f 73 08 74 

These asm instructions look wrong to me:
00 0c 08 --> add %cl, (%eax, %ecx, 1)
60       --> pusha

Perhaps someone else overwrote random memory, and __switch_to crashed
later. Could you run

$objdump --disassemble-all --reloc \
        linux/arch/i386/kernel/process.o > dis.txt

and send us the disassembly of __switch_to?

And please attach the second oops as well.

--
        Manfred
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/

Reply via email to