[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20061015121202.378bdd41.akpm@osdl.org>
Date: Sun, 15 Oct 2006 12:12:02 -0700
From: Andrew Morton <akpm@...l.org>
To: bijwaard@...il.com
Cc: "Dennis J.A. Bijwaard" <dennis@...22032063.dsl.speedlinq.nl>,
sct@...hat.com, adilger@...sterfs.com, linux-kernel@...r.kernel.org
Subject: Re: BUG: soft lockup detected on CPU#0! in sys_close and ext3
On Sun, 15 Oct 2006 19:56:40 +0200
"Dennis J.A. Bijwaard" <dennis@...22032063.dsl.speedlinq.nl> wrote:
> I got two soft lockups on one of the CPUs just now. I'm unsure if this
> problem is in ext3, sys_close, or general kernel, so I've CC'd the
> kernel list.
>
> [1.] One line summary of the problem:
>
> BUG: soft lockup detected on CPU#0! in sys_close/fput and ext3 journaling
Both warnings occurred when the kernel was tearing down large amounts of
pagecache via invalidate_inode_pages(). One instances was a blockdev
(probably the final close on the dvd) and the other was a regular file
(perhaps a large dvd image?)
The CPU is slow: 500MHz pIII. How much memory does it have?
So the kernel was doing a lot of work, on a slow CPU. Perhaps that simply
exceeded the softlockup timeout. If that's true then the machine should
have recovered. Once it did, and once it didn't. I don't know why it
didn't.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists