public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
From: Christoph Hellwig <hch@infradead.org>
To: Dave Chinner <david@fromorbit.com>
Cc: xfs@oss.sgi.com
Subject: Re: [RFC] Delayed logging
Date: Mon, 15 Mar 2010 12:38:18 -0400	[thread overview]
Message-ID: <20100315163818.GA30402@infradead.org> (raw)
In-Reply-To: <20100315043000.GK4732@dastard>

Next xfstests failure in 014 (note that this is all without even
enabling the delaylog mount option):

[  392.576013] Assertion failed: xfs_alloc_busy_search(mp, busyp->agno,
busyp->bno, busyp->length) == busyp, file: fs/xfs/xfs_alloc.c, line:
2653
[  392.586038] ------------[ cut here ]------------
[  392.589862] kernel BUG at fs/xfs/support/debug.c:109!
[  392.589862] invalid opcode: 0000 [#1] SMP 
[  392.589862] last sysfs file:
/sys/devices/virtio-pci/virtio1/block/vdb/removable
[  392.589862] Modules linked in:
[  392.589862] 
[  392.589862] Pid: 328, comm: xfslogd/0 Not tainted 2.6.33-xfs #491
/Bochs
[  392.589862] EIP: 0060:[<c04ef33e>] EFLAGS: 00010282 CPU: 0
[  392.589862] EIP is at assfail+0x1e/0x30
[  392.589862] EAX: 00000095 EBX: f6aad3f0 ECX: f7119280 EDX: 01704000
[  392.589862] ESI: f5ac0a88 EDI: 0000b4b5 EBP: f724fe2c ESP: f724fe1c
[  392.589862]  DS: 007b ES: 007b FS: 00d8 GS: 0000 SS: 0068
[  392.589862] Process xfslogd/0 (pid: 328, ti=f724e000 task=f7119280 task.ti=f724e000)
[  392.589862] Stack:
[  392.589862]  c0b75db8 c0b6a3b4 c0b2db8f 00000a5d f724fe54 c047c086 00000003 f56f5600
[  392.589862] <0> 00000fb4 00000003 00000000 f575a59c f575a5a8 f575a5a8 f724fe6c c04d67d8
[  392.589862] <0> f5ac0a88 00000000 f575a438 00000000 f724fe84 c04d6eb3 00000000 f575a43c
[  392.589862] Call Trace:
[  392.589862]  [<c047c086>] ? xfs_alloc_clear_busy+0x56/0xe0
[  392.589862]  [<c04d67d8>] ? xfs_trans_free_busy+0x38/0x50
[  392.589862]  [<c04d6eb3>] ? xfs_trans_committed+0x73/0x90
[  392.589862]  [<c04c5a12>] ? xlog_state_do_callback+0x282/0x3c0
[  392.589862]  [<c04c5fe4>] ? xlog_state_done_syncing+0xc4/0xe0
[  392.589862]  [<c04c60f1>] ? xlog_iodone+0xf1/0x160
[  392.589862]  [<c04e53b0>] ? xfs_buf_iodone_work+0x0/0xd0
[  392.589862]  [<c04e53df>] ? xfs_buf_iodone_work+0x2f/0xd0
[  392.589862]  [<c04e53b0>] ? xfs_buf_iodone_work+0x0/0xd0
[  392.589862]  [<c017a7c4>] ? worker_thread+0x154/0x270
[  392.589862]  [<c017a763>] ? worker_thread+0xf3/0x270
[  392.589862]  [<c017e1f0>] ? autoremove_wake_function+0x0/0x40
[  392.589862]  [<c017a670>] ? worker_thread+0x0/0x270
[  392.589862]  [<c017de3c>] ? kthread+0x6c/0x80
[  392.589862]  [<c017ddd0>] ? kthread+0x0/0x80
[  392.589862]  [<c012effa>] ? kernel_thread_helper+0x6/0x1c
[  392.589862] Code: 00 e8 f7 57 18 00 c9 c3 90 8d 74 26 00 55 89 e5 83 ec 10 89 4c 24 0c 89 54 24 08 89 44 24 04 c7 04 24 b8 5d b7 c0 e8 59 a2 3f 00 <0f> 0b eb fe 8d b4 26 00 00 00 00 8d bc 27 00 00 00 00 55 89 e5

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

  parent reply	other threads:[~2010-03-15 16:36 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-03-15  4:30 [RFC] Delayed logging Dave Chinner
2010-03-15 16:01 ` Christoph Hellwig
2010-03-15 16:33   ` Christoph Hellwig
2010-03-16  1:06     ` Dave Chinner
2010-03-15 16:08 ` Christoph Hellwig
2010-03-16  1:14   ` Dave Chinner
2010-03-15 16:38 ` Christoph Hellwig [this message]
2010-03-16  1:15   ` Dave Chinner
2010-03-15 18:08 ` Christoph Hellwig
2010-03-16  1:20   ` Dave Chinner
2010-03-31 13:26   ` Dave Chinner

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=20100315163818.GA30402@infradead.org \
    --to=hch@infradead.org \
    --cc=david@fromorbit.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