linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Dustin Lundquist <dustin@null-ptr.net>
To: Theodore Ts'o <tytso@mit.edu>
Cc: linux-ext4@vger.kernel.org
Subject: Re: kernel BUG at fs/buffer.c:1234!
Date: Thu, 20 Jun 2013 09:20:01 -0700	[thread overview]
Message-ID: <51C32BB1.5070902@null-ptr.net> (raw)
In-Reply-To: <20130619185537.GB24587@thunk.org>

On 06/19/2013 11:55 AM, Theodore Ts'o wrote:
> On Wed, Jun 19, 2013 at 09:41:36AM -0700, Dustin Lundquist wrote:
>> I've run into the following oops several times with the 3.10-rc3
>> through -rc6, and they have not occurred under 3.9. Originally they
>> only occurred when running Google Chrome, but this is the first time
>> it has happened in another application.
>
> So this is very strange.  fs/buffer.c:1234 for 3.10-rc6 is this
> BUG_ON:
>
> static inline void check_irqs_on(void)
> {
> #ifdef irqs_disabled
> 	BUG_ON(irqs_disabled());
> #endif
> }
>
> The only place where ext4 turns off irq's is very briefly in
> fs/ext4/page-io.c, and it's pretty easy to visually inspect all of the
> calls to spin_lock_irqsave() and spin_lock_irqrestore() and
> lock_irq_save() and local_irq_restore() are properly bracketed --- and
> the stack trace does not have any of the functions that are defined in
> fs/ext4/page_io.c.
>
> I notice from the dmesg file that one of the ext4 file systems is
> mounted on a device mapper volume.  What kind of dm device is it?
This is an LVM volume on a single SSD. I've include fdisk, mount and lvm 
output at https://gist.github.com/dlundquist/1d94dd938f03c5d06a2b. 
Another clue might be that I'm using ecryptfs to encrypt my home directory.

Since the system is still half way responsive after this occurs, is 
there any other information I can gather after if occurs to aid in 
diagnosing this?

Thanks,


Dustin Lundquist


  reply	other threads:[~2013-06-20 16:20 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-19 16:41 kernel BUG at fs/buffer.c:1234! Dustin Lundquist
2013-06-19 18:55 ` Theodore Ts'o
2013-06-20 16:20   ` Dustin Lundquist [this message]
2013-06-20 16:34     ` Theodore Ts'o
2013-07-04 20:31       ` Dustin Lundquist
2013-07-08 14:12         ` Jan Kara
2013-07-10  4:05           ` Dustin Lundquist

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=51C32BB1.5070902@null-ptr.net \
    --to=dustin@null-ptr.net \
    --cc=linux-ext4@vger.kernel.org \
    --cc=tytso@mit.edu \
    /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;
as well as URLs for NNTP newsgroup(s).