All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Stephen C. Tweedie" <sct@redhat.com>
To: Andres Salomon <dilinger@mp3revolution.net>
Cc: linux-kernel@vger.kernel.org, Stephen Tweedie <sct@redhat.com>
Subject: Re: D state processes in 2.4.18-pre7-ac3
Date: Thu, 7 Feb 2002 13:10:05 +0000	[thread overview]
Message-ID: <20020207131005.F2227@redhat.com> (raw)
In-Reply-To: <20020207090237.GA2137@mp3revolution.net>
In-Reply-To: <20020207090237.GA2137@mp3revolution.net>; from dilinger@mp3revolution.net on Thu, Feb 07, 2002 at 04:02:37AM -0500

Hi,

On Thu, Feb 07, 2002 at 04:02:37AM -0500, Andres Salomon wrote:
> Linux incandescent 2.4.18-pre7-ac3 #1 Tue Feb 5 01:00:50 EST 2002 i686 unknown
> 
> I came home today to a bunch of processes apparently hung in jbd's
> do_get_write_access(); apparently, something deadlocked, where no
> processes could write to one of my partition's journal.  That's my
> theory, anyways.  Several processes had stacks similar to:

> Trace; c011271c <sleep_on+3c/50>
> Trace; d08ecac6 <[jbd]do_get_write_access+2e6/4f0>

They are blocked waiting on the journal thread, and:

> And, kjournald had the following:
> 
> Call Trace: [<c0131f0a>] [<d08ee6e6>] [<c0112380>] [<d08f08eb>]
> [<d08f07c0>] 
>    [<c010f4e8>]
> Warning (Oops_read): Code line not seen, dumping what data is available
> 
> Trace; c0131f0a <__wait_on_buffer+6a/90>

... the journal thread is waiting for some IO to complete.  

> Not sure what caused the actual deadlock; the partition uses lvm and
> ext3, and the underlying controller uses hedrick's pdc driver.

Were you doing anything particular on the LVM at the time?  Is there
anything in the log which might indicate a failed IO?  The trace above
just indicates that IO was initialised and never completed --- it
doesn't really give us any clue WHY that IO was lost.

Cheers,
 Stephen

      parent reply	other threads:[~2002-02-07 13:10 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-02-07  9:02 D state processes in 2.4.18-pre7-ac3 Andres Salomon
2002-02-07  9:23 ` Andrew Morton
2002-02-07 14:53   ` Andres Salomon
2002-02-07 18:29     ` Stephen C. Tweedie
2002-02-07 19:02       ` Andres Salomon
2002-02-07 13:10 ` Stephen C. Tweedie [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=20020207131005.F2227@redhat.com \
    --to=sct@redhat.com \
    --cc=dilinger@mp3revolution.net \
    --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.