public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
From: Christoph Hellwig <hch@infradead.org>
To: T?r?k Edwin <edwintorok@gmail.com>
Cc: xfs-masters@oss.sgi.com,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	xfs@oss.sgi.com
Subject: Re: BUG: unable to handle kernel paging request xfs_is_delayed_page
Date: Sun, 24 Jul 2011 08:17:14 -0400	[thread overview]
Message-ID: <20110724121714.GA22065@infradead.org> (raw)
In-Reply-To: <4E289228.4000208@gmail.com>

On Thu, Jul 21, 2011 at 11:55:04PM +0300, T?r?k Edwin wrote:
> Not sure what the BUG means: did XFS ran out of memory when trying to write the 4GB coredump, as it wanted to allocate an extra 4G temporarely to hold it?
> 

It means we dereferenced an invalid pointer in xfs_is_delayed_page,
which is called from the writeback code, which is pretty odd.  We
haven't really touched that particular piece of code for a long time,
and it really doesn't derefence many pointers, basically just
page->mapping, page->private and the flags and b_this_page fields
in the buffer head.

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

      parent reply	other threads:[~2011-07-24 12:17 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-07-21 20:55 BUG: unable to handle kernel paging request xfs_is_delayed_page Török Edwin
2011-07-24  7:14 ` Maciej Rutecki
2011-07-24 11:06   ` Török Edwin
2011-07-24 18:55     ` Maciej Rutecki
2011-07-25 15:33     ` Paul E. McKenney
2011-07-24 12:17 ` Christoph Hellwig [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=20110724121714.GA22065@infradead.org \
    --to=hch@infradead.org \
    --cc=edwintorok@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=xfs-masters@oss.sgi.com \
    --cc=xfs@oss.sgi.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