From: torvalds@transmeta.com (Linus Torvalds)
To: linux-kernel@vger.kernel.org
Subject: Re: paging Oops in 2.4.1{4,5-pre1}
Date: Sat, 10 Nov 2001 01:23:09 +0000 (UTC) [thread overview]
Message-ID: <9shvht$7i5$1@penguin.transmeta.com> (raw)
In-Reply-To: <200111100038.fAA0cbU13195@danapple.com>
In article <200111100038.fAA0cbU13195@danapple.com>,
Daniel I. Applebaum <kernel@danapple.com> wrote:
>
>I have a problem with kernels 2.4.14 and 2.4.15-pre1. As soon as my
>system needs to page, it generates the following Oops. I can
>duplicate this error at will by running a few memory-intensive
>processes, such as 4-5 simultaneously compiles, StarOffice, and
>Netscape. If I duplicate the test, but running with no swap, just
>RAM, then I get the expected "Out of Memory: Killed process..."
>errors.
It is jumping to la-la land, apparently from "do_swap_page()". The
interesting part there is that do_swap_page() doesn't even follow any
suspicious function pointers or anything..
Can you do a
gdb vmlinux
and send me the output of "disassemble do_swap_page", along with a copy
of the oops (the latter just because I don't keep archives of
linux-kernel, so I don't want to have to search for the oops again).
Oh, and only the first oops tends to be the really interesting one -
after the kernel has oopsed once, kernel data structures are quite
possibly corrupt, and subsequent oopses are suspect. That do_swap_page
one _was_ the first oops, right?
Linus
prev parent reply other threads:[~2001-11-10 1:27 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-11-10 0:38 paging Oops in 2.4.1{4,5-pre1} Daniel I. Applebaum
2001-11-10 1:23 ` Linus Torvalds [this message]
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='9shvht$7i5$1@penguin.transmeta.com' \
--to=torvalds@transmeta.com \
--cc=linux-kernel@vger.kernel.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.