Re: [OOPS] in __switch_to with 2.4.0-prerelease

Manfred (manfred@colorfullife.com)
Wed, 03 Jan 2001 12:50:14 +0100


> 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 majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/