From: Manfred <manfred@colorfullife.com>
To: srwalter@yahoo.com, linux-kernel@vger.kernel.org
Subject: Re: [OOPS] in __switch_to with 2.4.0-prerelease
Date: Wed, 03 Jan 2001 12:50:14 +0100 [thread overview]
Message-ID: <3A5311F6.A0FA300C@colorfullife.com> (raw)
> 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/
next reply other threads:[~2001-01-03 12:21 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-01-03 11:50 Manfred [this message]
-- strict thread matches above, loose matches on Subject: below --
2001-01-03 2:06 [OOPS] in __switch_to with 2.4.0-prerelease Steven Walter
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3A5311F6.A0FA300C@colorfullife.com \
--to=manfred@colorfullife.com \
--cc=linux-kernel@vger.kernel.org \
--cc=srwalter@yahoo.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox