From: Dave Jones <davej@redhat.com>
To: Linux Kernel <linux-kernel@vger.kernel.org>
Cc: xfs@oss.sgi.com
Subject: XFS: Assertion failed: xfs_dir2_sf_lookup(args) == ENOENT, file: fs/xfs/xfs_dir2_sf.c, line: 358
Date: Thu, 11 Jul 2013 22:39:30 -0400 [thread overview]
Message-ID: <20130712023930.GA6473@redhat.com> (raw)
Just saw this during boot after an unclean shutdown. It hung afterwards.
[ 97.162665] XFS: Assertion failed: xfs_dir2_sf_lookup(args) == ENOENT, file: fs/xfs/xfs_dir2_sf.c, line: 358
[ 97.164646] ------------[ cut here ]------------
[ 97.165312] kernel BUG at fs/xfs/xfs_message.c:108!
[ 97.165986] invalid opcode: 0000 [#1] PREEMPT SMP DEBUG_PAGEALLOC
[ 97.166947] Modules linked in: snd_hda_codec_realtek pcspkr usb_debug snd_hda_intel snd_hda_codec snd_hwdep snd_seq snd_seq_device snd_pcm e1000e ptp snd_page_alloc pps_core snd_timer snd soundcore xfs libcrc32c
[ 97.170782] CPU: 3 PID: 341 Comm: rpcbind Not tainted 3.10.0+ #49
[ 97.173684] task: ffff880235d14a40 ti: ffff880235dae000 task.ti: ffff880235dae000
[ 97.173701] RIP: 0010:[<ffffffffa002a362>] [<ffffffffa002a362>] assfail+0x22/0x30 [xfs]
[ 97.173702] RSP: 0018:ffff880235dafa98 EFLAGS: 00010296
[ 97.173703] RAX: 0000000000000060 RBX: ffff880235dafb20 RCX: 0000000000000006
[ 97.173703] RDX: 00000000000031e0 RSI: ffff880235d152a0 RDI: ffff880235d14a40
[ 97.173704] RBP: ffff880235dafa98 R08: 0000000000000002 R09: 0000000000000000
[ 97.173704] R10: 0000000000000001 R11: 0000000000000001 R12: ffff880235e54000
[ 97.173705] R13: 0000000000035e92 R14: ffff880235dafc88 R15: ffff880235dafc28
[ 97.173706] FS: 00007fa6aac79840(0000) GS:ffff880244e00000(0000) knlGS:0000000000000000
[ 97.173706] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 97.173707] CR2: 00007fffb1905f18 CR3: 0000000235ce5000 CR4: 00000000001407e0
[ 97.173707] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[ 97.173708] DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400
[ 97.173708] Stack:
[ 97.173712] ffff880235dafb00 ffffffffa0076953 ffffe8ffffc066a0 ffff880240e04ca8
[ 97.173713] 0000000000000250 0000000000000020 ffff88023d05af40 ffff880235dafb20
[ 97.173715] ffff880235a14a40 ffff880235e54000 0000000000035e92 ffff880235dafc88
[ 97.173715] Call Trace:
[ 97.173730] [<ffffffffa0076953>] xfs_dir2_sf_addname+0x43/0x760 [xfs]
[ 97.173743] [<ffffffffa0067cfc>] xfs_dir_createname+0x15c/0x1b0 [xfs]
[ 97.173754] [<ffffffffa002f2dc>] xfs_create+0x4cc/0x710 [xfs]
[ 97.173764] [<ffffffffa00278ca>] xfs_vn_mknod+0x9a/0x1c0 [xfs]
[ 97.173773] [<ffffffffa0027a03>] xfs_vn_create+0x13/0x20 [xfs]
[ 97.173776] [<ffffffff811d100d>] vfs_create+0x9d/0x100
[ 97.173778] [<ffffffff811d1995>] do_last+0x925/0xe00
[ 97.173780] [<ffffffff811d1f2e>] path_openat+0xbe/0x6f0
[ 97.173783] [<ffffffff8109e33f>] ? local_clock+0x3f/0x50
[ 97.173785] [<ffffffff811e1b5f>] ? __alloc_fd+0xaf/0x200
[ 97.173787] [<ffffffff811d2c3a>] do_filp_open+0x3a/0x90
[ 97.173789] [<ffffffff811e1b5f>] ? __alloc_fd+0xaf/0x200
[ 97.173790] [<ffffffff811c0ddb>] do_sys_open+0x10b/0x200
[ 97.173792] [<ffffffff81010578>] ? syscall_trace_enter+0x18/0x290
[ 97.173794] [<ffffffff811c0eee>] SyS_open+0x1e/0x20
[ 97.173796] [<ffffffff81717c14>] tracesys+0xdd/0xe2
[ 97.173813] Code: 2e 0f 1f 84 00 00 00 00 00 0f 1f 44 00 00 55 48 89 f1 41 89 d0 48 89 e5 48 89 fa 48 c7 c6 a8 98 0b a0 31 ff 31 c0 e8 ce fb ff ff <0f> 0b 66 66 66 2e 0f 1f 84 00 00 00 00 00 0f 1f 44 00 00 55 48
This trace repeated a few times, then the same assertion was triggered from sys_renameat.
Dave
next reply other threads:[~2013-07-12 2:39 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-07-12 2:39 Dave Jones [this message]
2013-07-13 2:00 ` XFS: Assertion failed: xfs_dir2_sf_lookup(args) == ENOENT, file: fs/xfs/xfs_dir2_sf.c, line: 358 Dave Chinner
2013-07-13 15:06 ` Dave Jones
2013-07-15 19:58 ` Dave Jones
2013-07-16 0:27 ` Dave Chinner
2013-07-16 1:42 ` Dave Jones
2013-07-16 2:01 ` Dave Chinner
2013-07-25 4:15 ` Dave Chinner
2013-07-30 20:26 ` XFS undeletable files. (3.11rc3) Dave Jones
2013-07-31 6:11 ` Markus Trippelsdorf
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=20130712023930.GA6473@redhat.com \
--to=davej@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--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