From: Christoph Hellwig <hch@infradead.org>
To: xfs@oss.sgi.com, Nick Piggin <nickpiggin@yahoo.com.au>
Subject: reproducible xfs/vmap oops
Date: Sun, 1 Feb 2009 03:12:24 -0500 [thread overview]
Message-ID: <20090201081224.GA22398@infradead.org> (raw)
When running xfsqa on the current xfs development tree (sometimes two
runs are needed to trigger it) I get the following oops. This seems to
have been introduced by the last mainling merge (with
5ee810072175042775e39bdd3eaaa68884c27805), but I'd need to bisect it to
make sure my gut feeling is right.
[ 3262.460241] XFS mounting filesystem vde
[ 3262.474253] ------------[ cut here ]------------
[ 3262.476024] kernel BUG at mm/vmalloc.c:294!
[ 3262.476024] invalid opcode: 0000 [#1] SMP
[ 3262.476024] last sysfs file: /sys/class/net/lo/operstate
[ 3262.476024] Modules linked in:
[ 3262.476024]
[ 3262.476024] Pid: 31907, comm: mount Not tainted (2.6.29-rc2-xfs #30)
[ 3262.476024] EIP: 0060:[<c01b4b28>] EFLAGS: 00010207 CPU: 0
[ 3262.476024] EIP is at __insert_vmap_area+0x88/0xb0
[ 3262.476024] EAX: 00101000 EBX: ffd01000 ECX: 00000000 EDX: f5f25df4
[ 3262.476024] ESI: d2180340 EDI: d2180340 EBP: f32f5bcc ESP: f32f5bc4
[ 3262.476024] DS: 007b ES: 007b FS: 00d8 GS: 0033 SS: 0068
[ 3262.476024] Process mount (pid: 31907, ti=f32f4000 task=de55e2b0
task.ti=f32f4000)
[ 3262.476024] Stack:
[ 3262.476024] ffd01000 f874e000 f32f5c10 c01b5581 00000000 000200d0
00001000 f8b4e000
[ 3262.476024] 00400000 d2180340 00000000 d2180340 00000fff fffff000
c0a69e80 c0a69e80
[ 3262.476024] f685ca98 00000400 00000400 f32f5c58 c01b5972 fff4e000
ffffffff 000000d0
[ 3262.476024] Call Trace:
[ 3262.476024] [<c01b5581>] ? alloc_vmap_area+0x1b1/0x220
[ 3262.476024] [<c01b5972>] ? vm_map_ram+0x382/0x3a0
[ 3262.476024] [<c0450609>] ? kmem_alloc+0x59/0xf0
[ 3262.476024] [<c04538a9>] ? _xfs_buf_map_pages+0x89/0xc0
[ 3262.476024] [<c0453a17>] ? xfs_buf_get_noaddr+0x137/0x170
[ 3262.476024] [<c043f52a>] ? xlog_get_bp+0x4a/0x80
[ 3262.476024] [<c044045b>] ? xlog_write_log_records+0x4b/0x260
[ 3262.476024] [<c079ea52>] ? _spin_unlock_irq+0x22/0x30
[ 3262.476024] [<c0440712>] ? xlog_clear_stale_blocks+0xa2/0x180
[ 3262.476024] [<c04419bc>] ? xlog_find_tail+0x46c/0x4f0
[ 3262.476024] [<c0441a54>] ? xlog_recover+0x14/0xa0
[ 3262.476024] [<c043a4b0>] ? xfs_log_mount+0xa0/0x180
[ 3262.476024] [<c0444bd8>] ? xfs_mountfs+0x348/0x6d0
[ 3262.476024] [<c05a8bb9>] ? __debug_object_init+0x229/0x340
[ 3262.476024] [<c05a8d17>] ? debug_object_init+0x17/0x20
[ 3262.476024] [<c0156480>] ? init_timer+0x10/0x30
[ 3262.476024] [<c0445694>] ? xfs_mru_cache_create+0x114/0x150
[ 3262.476024] [<c045ba0f>] ? xfs_fs_fill_super+0x1cf/0x310
[ 3262.476024] [<c01c6d53>] ? get_sb_bdev+0x123/0x150
[ 3262.476024] [<c01dace7>] ? alloc_vfsmnt+0x77/0x100
[ 3262.476024] [<c01a7c51>] ? kstrdup+0x31/0x60
[ 3262.476024] [<c0459b71>] ? xfs_fs_get_sb+0x21/0x30
[ 3262.476024] [<c045b840>] ? xfs_fs_fill_super+0x0/0x310
[ 3262.476024] [<c01c5a5a>] ? vfs_kern_mount+0x3a/0xa0
[ 3262.476024] [<c01c5b19>] ? do_kern_mount+0x39/0xe0
[ 3262.476024] [<c01dba2b>] ? do_mount+0x3ab/0x780
[ 3262.476024] [<c05a7cf1>] ? _raw_spin_lock+0x41/0x120
[ 3262.476024] [<c01da00c>] ? copy_mount_options+0x3c/0x130
[ 3262.476024] [<c01dbe89>] ? sys_mount+0x89/0xc0
[ 3262.476024] [<c0120dfe>] ? syscall_call+0x7/0xb
[ 3262.476024] [<c0120000>] ? restore_sigcontext+0x140/0x150
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs
next reply other threads:[~2009-02-01 8:13 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-02-01 8:12 Christoph Hellwig [this message]
2009-02-01 16:14 ` reproducible xfs/vmap oops Christoph Hellwig
2009-02-03 15:51 ` Christoph Hellwig
[not found] ` <200902040303.13933.nickpiggin@yahoo.com.au>
2009-02-03 16:05 ` Christoph Hellwig
2009-02-03 18:44 ` Christoph Hellwig
2009-02-03 21:04 ` Christoph Hellwig
2009-02-03 21:42 ` Dave Chinner
2009-02-03 21:47 ` Christoph Hellwig
2009-02-03 22:08 ` Christoph Hellwig
[not found] ` <200902041648.55603.nickpiggin@yahoo.com.au>
2009-02-04 8:15 ` Christoph Hellwig
2009-02-04 8:30 ` Christoph Hellwig
[not found] ` <200902042027.40762.nickpiggin@yahoo.com.au>
2009-02-04 19:38 ` Christoph Hellwig
[not found] ` <200902101543.15988.nickpiggin@yahoo.com.au>
2009-02-10 7:54 ` Christoph Hellwig
2009-02-15 19:15 ` Christoph Hellwig
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=20090201081224.GA22398@infradead.org \
--to=hch@infradead.org \
--cc=nickpiggin@yahoo.com.au \
--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