* [Bug 93491] Kernel crashes every 10 minutes. Computer stalls
2015-02-19 10:03 [Bug 93491] New: Kernel crashes every 10 minutes. Computer stalls bugzilla-daemon
@ 2015-02-19 16:13 ` bugzilla-daemon
2015-02-19 16:36 ` bugzilla-daemon
` (8 subsequent siblings)
9 siblings, 0 replies; 11+ messages in thread
From: bugzilla-daemon @ 2015-02-19 16:13 UTC (permalink / raw)
To: linux-ext4
https://bugzilla.kernel.org/show_bug.cgi?id=93491
Eric Sandeen <sandeen@redhat.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |sandeen@redhat.com
--- Comment #1 from Eric Sandeen <sandeen@redhat.com> ---
in static void ext4_mb_use_inode_pa(),
BUG_ON(start < pa->pa_pstart);
BUG_ON(end > pa->pa_pstart + EXT4_C2B(sbi, pa->pa_len));
BUG_ON(pa->pa_free < len); <<<<---- here
It'd be good to have full dmesg etc, this is a pretty sparse bug report. Did a
fedora bug get filed from abrt?
It might be worth booting a rescue environment and capturing an e2image -r or
e2iamge -q of the filesystem, to see if this is caused by on-disk corruption
somehow.
--
You are receiving this mail because:
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 11+ messages in thread
* [Bug 93491] Kernel crashes every 10 minutes. Computer stalls
2015-02-19 10:03 [Bug 93491] New: Kernel crashes every 10 minutes. Computer stalls bugzilla-daemon
2015-02-19 16:13 ` [Bug 93491] " bugzilla-daemon
@ 2015-02-19 16:36 ` bugzilla-daemon
2015-02-19 16:45 ` bugzilla-daemon
` (7 subsequent siblings)
9 siblings, 0 replies; 11+ messages in thread
From: bugzilla-daemon @ 2015-02-19 16:36 UTC (permalink / raw)
To: linux-ext4
https://bugzilla.kernel.org/show_bug.cgi?id=93491
--- Comment #2 from Ionut Radu <ionut.radu@gmail.com> ---
Created attachment 167571
--> https://bugzilla.kernel.org/attachment.cgi?id=167571&action=edit
dmesg after reboot
I've attached dmesg after reboot.
A fedora bug was not filled by the abrt. Computer stalled and after reboot abrt
tells there is not enough data to report a bug.
After computer stall and forced turn off, filesystem got corrupted and was
fixed via emergency disk with fsck.
--
You are receiving this mail because:
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 11+ messages in thread
* [Bug 93491] Kernel crashes every 10 minutes. Computer stalls
2015-02-19 10:03 [Bug 93491] New: Kernel crashes every 10 minutes. Computer stalls bugzilla-daemon
2015-02-19 16:13 ` [Bug 93491] " bugzilla-daemon
2015-02-19 16:36 ` bugzilla-daemon
@ 2015-02-19 16:45 ` bugzilla-daemon
2015-02-20 9:10 ` bugzilla-daemon
` (6 subsequent siblings)
9 siblings, 0 replies; 11+ messages in thread
From: bugzilla-daemon @ 2015-02-19 16:45 UTC (permalink / raw)
To: linux-ext4
https://bugzilla.kernel.org/show_bug.cgi?id=93491
--- Comment #3 from Eric Sandeen <sandeen@redhat.com> ---
dmesg after reboot won't be helpful, I'm afraid.
If the fs was corrupt and fixed, but output not saved, and no further
information is available from the crash, this will be very hard to resolve.
--
You are receiving this mail because:
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 11+ messages in thread
* [Bug 93491] Kernel crashes every 10 minutes. Computer stalls
2015-02-19 10:03 [Bug 93491] New: Kernel crashes every 10 minutes. Computer stalls bugzilla-daemon
` (2 preceding siblings ...)
2015-02-19 16:45 ` bugzilla-daemon
@ 2015-02-20 9:10 ` bugzilla-daemon
2015-02-20 15:16 ` bugzilla-daemon
` (5 subsequent siblings)
9 siblings, 0 replies; 11+ messages in thread
From: bugzilla-daemon @ 2015-02-20 9:10 UTC (permalink / raw)
To: linux-ext4
https://bugzilla.kernel.org/show_bug.cgi?id=93491
--- Comment #4 from Ionut Radu <ionut.radu@gmail.com> ---
Hi Eric,
I see there are some oops dumps from abrt.
Can you please take a look ?
https://www.dropbox.com/sh/dq0ocnrgocsuuzk/AABpo4_8PJjBFI_X0WBekI7Fa?dl=0
--
You are receiving this mail because:
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 11+ messages in thread
* [Bug 93491] Kernel crashes every 10 minutes. Computer stalls
2015-02-19 10:03 [Bug 93491] New: Kernel crashes every 10 minutes. Computer stalls bugzilla-daemon
` (3 preceding siblings ...)
2015-02-20 9:10 ` bugzilla-daemon
@ 2015-02-20 15:16 ` bugzilla-daemon
2015-02-20 15:25 ` bugzilla-daemon
` (4 subsequent siblings)
9 siblings, 0 replies; 11+ messages in thread
From: bugzilla-daemon @ 2015-02-20 15:16 UTC (permalink / raw)
To: linux-ext4
https://bugzilla.kernel.org/show_bug.cgi?id=93491
--- Comment #5 from Eric Sandeen <sandeen@redhat.com> ---
That's a lot to look through; the first dmesg I grabbed had no oops in it, and
dropbox is a little tedious to navigate.
If there's an interesting one, can you attach it here?
--
You are receiving this mail because:
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 11+ messages in thread
* [Bug 93491] Kernel crashes every 10 minutes. Computer stalls
2015-02-19 10:03 [Bug 93491] New: Kernel crashes every 10 minutes. Computer stalls bugzilla-daemon
` (4 preceding siblings ...)
2015-02-20 15:16 ` bugzilla-daemon
@ 2015-02-20 15:25 ` bugzilla-daemon
2015-02-20 15:56 ` bugzilla-daemon
` (3 subsequent siblings)
9 siblings, 0 replies; 11+ messages in thread
From: bugzilla-daemon @ 2015-02-20 15:25 UTC (permalink / raw)
To: linux-ext4
https://bugzilla.kernel.org/show_bug.cgi?id=93491
--- Comment #6 from Ionut Radu <ionut.radu@gmail.com> ---
Hi Eric,
I don't know what you are looking for, so I can't tell if a dmesg is
interesting or not.
Can't you temporary copy all of them to your disk if you find dropbox tedious
to navigate ?
--
You are receiving this mail because:
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 11+ messages in thread
* [Bug 93491] Kernel crashes every 10 minutes. Computer stalls
2015-02-19 10:03 [Bug 93491] New: Kernel crashes every 10 minutes. Computer stalls bugzilla-daemon
` (5 preceding siblings ...)
2015-02-20 15:25 ` bugzilla-daemon
@ 2015-02-20 15:56 ` bugzilla-daemon
2015-02-20 16:09 ` bugzilla-daemon
` (2 subsequent siblings)
9 siblings, 0 replies; 11+ messages in thread
From: bugzilla-daemon @ 2015-02-20 15:56 UTC (permalink / raw)
To: linux-ext4
https://bugzilla.kernel.org/show_bug.cgi?id=93491
--- Comment #7 from Eric Sandeen <sandeen@redhat.com> ---
sure, let me do that for you....
the only files which contain "kernel BUG" are "backtrace" and "reason" files,
and they have no other information:
$ cat oops-2015-02-19-09:46:07-817-0/reason
kernel BUG at fs/ext4/mballoc.c:3272!
so there's still not much to go on. I don't know why abrt didn't capture more.
--
You are receiving this mail because:
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 11+ messages in thread
* [Bug 93491] Kernel crashes every 10 minutes. Computer stalls
2015-02-19 10:03 [Bug 93491] New: Kernel crashes every 10 minutes. Computer stalls bugzilla-daemon
` (6 preceding siblings ...)
2015-02-20 15:56 ` bugzilla-daemon
@ 2015-02-20 16:09 ` bugzilla-daemon
2015-03-03 18:38 ` bugzilla-daemon
2015-03-03 19:55 ` bugzilla-daemon
9 siblings, 0 replies; 11+ messages in thread
From: bugzilla-daemon @ 2015-02-20 16:09 UTC (permalink / raw)
To: linux-ext4
https://bugzilla.kernel.org/show_bug.cgi?id=93491
--- Comment #8 from Ionut Radu <ionut.radu@gmail.com> ---
Probably because the abrt is collecting data after reboot if computer stalls.
--
You are receiving this mail because:
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 11+ messages in thread
* [Bug 93491] Kernel crashes every 10 minutes. Computer stalls
2015-02-19 10:03 [Bug 93491] New: Kernel crashes every 10 minutes. Computer stalls bugzilla-daemon
` (7 preceding siblings ...)
2015-02-20 16:09 ` bugzilla-daemon
@ 2015-03-03 18:38 ` bugzilla-daemon
2015-03-03 19:55 ` bugzilla-daemon
9 siblings, 0 replies; 11+ messages in thread
From: bugzilla-daemon @ 2015-03-03 18:38 UTC (permalink / raw)
To: linux-ext4
https://bugzilla.kernel.org/show_bug.cgi?id=93491
Carlos Maiolino <cmaiolino@redhat.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |cmaiolino@redhat.com
--- Comment #9 from Carlos Maiolino <cmaiolino@redhat.com> ---
Can you collect data before the reboot then?
sysrq or serial console maybe?
--
You are receiving this mail because:
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 11+ messages in thread
* [Bug 93491] Kernel crashes every 10 minutes. Computer stalls
2015-02-19 10:03 [Bug 93491] New: Kernel crashes every 10 minutes. Computer stalls bugzilla-daemon
` (8 preceding siblings ...)
2015-03-03 18:38 ` bugzilla-daemon
@ 2015-03-03 19:55 ` bugzilla-daemon
9 siblings, 0 replies; 11+ messages in thread
From: bugzilla-daemon @ 2015-03-03 19:55 UTC (permalink / raw)
To: linux-ext4
https://bugzilla.kernel.org/show_bug.cgi?id=93491
--- Comment #10 from Ionut Radu <ionut.radu@gmail.com> ---
No, I'm sorry. That's all I can provide.
--
You are receiving this mail because:
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 11+ messages in thread