|
Bugzilla – Full Text Bug Listing |
| Summary: | Running grub2-mkconfig -o /boot/grub2/grub.cfg crashes some fs kernel modules | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 13.1 | Reporter: | Robert Milasan <rmilasan> |
| Component: | Kernel | Assignee: | Jeff Mahoney <jeffm> |
| Status: | RESOLVED INVALID | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Critical | ||
| Priority: | P5 - None | CC: | duwe, jeffm, jslaby |
| Version: | Final | ||
| Target Milestone: | --- | ||
| Hardware: | x86-64 | ||
| OS: | openSUSE 13.1 | ||
| Whiteboard: | |||
| Found By: | L3 | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Robert Milasan
2013-12-10 08:59:07 UTC
(In reply to comment #0) > [86670.443494] XFS (sda2): Internal error xfs_sb_read_verify at line 637 of > file > /home/abuild/rpmbuild/BUILD/kernel-desktop-3.12.3/linux-3.12/fs/xfs/xfs_sb.c. > Caller 0xffffffffa05f2b8d > > [86670.443499] CPU: 0 PID: 231 Comm: kworker/0:1H Tainted: G O > 3.12.3-1.gf37dca6-desktop #1 > [86670.443500] Hardware name: Dell Inc. OptiPlex 990/06D7TR, BIOS A10 > 11/24/2011 > [86670.443528] Workqueue: xfslogd xfs_buf_iodone_work [xfs] > [86670.443529] 0000000000000000 0000000000000001 ffffffff815e8853 > ffff8800ca9fa800 > [86670.443531] ffffffffa05f5f22 ffffffffa05f2b8d 84d800be0000027d > 00660fb6c68864ff > [86670.443533] ffff880221260e40 0000000000000016 ffff8800ca9fa800 > ffffe8ffffc01300 > [86670.443535] Call Trace: > [86670.443543] [<ffffffff81004c08>] dump_trace+0x88/0x300 > [86670.443547] [<ffffffff81004f5a>] show_stack_log_lvl+0xda/0x1e0 > [86670.443549] [<ffffffff810064ac>] show_stack+0x1c/0x50 > [86670.443553] [<ffffffff815e8853>] dump_stack+0x50/0x80 > [86670.443563] [<ffffffffa05f5f22>] xfs_corruption_error+0x62/0x90 [xfs] > [86670.443596] [<ffffffffa064ebc1>] xfs_sb_read_verify+0x141/0x150 [xfs] > [86670.443658] [<ffffffffa05f2b8d>] xfs_buf_iodone_work+0x8d/0xb0 [xfs] > [86670.443673] [<ffffffff810703b6>] process_one_work+0x166/0x460 > [86670.443688] [<ffffffff81070b36>] worker_thread+0x116/0x370 > [86670.443698] [<ffffffff81077673>] kthread+0xb3/0xc0 > [86670.443703] [<ffffffff815f64cc>] ret_from_fork+0x7c/0xb0 > [86670.443708] XFS (sda2): Corruption detected. Unmount and run xfs_repair > [86670.443723] XFS (sda2): SB validate failed with error 22. This is an XFS kernel problem, I believe. It's from the kernel, but I wouldn't call it a "problem" other than it dropping a stack trace. That's the XFS core corruption handling and we actually want that. grub2-mkconfig queries every device looking for file systems regardless of whether there is one on it. These messages aren't crashes. They're not even errors except within the context of the file system failing to mount because there's no file system on it. If there's a bug here, it's that grub2-mkconfig is so indiscriminate about scanning devices. Closing as INVALID. Feel free to re-open as a grub2 bug. |