* [Bug 12424] ext4_da_writepages error while downloading a file w/firefox
2009-01-11 3:52 [Bug 12424] New: ext4_da_writepages error while downloading a file w/firefox bugme-daemon
@ 2009-01-11 3:53 ` bugme-daemon
2009-01-11 4:02 ` bugme-daemon
` (7 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: bugme-daemon @ 2009-01-11 3:53 UTC (permalink / raw)
To: linux-ext4
http://bugzilla.kernel.org/show_bug.cgi?id=12424
------- Comment #1 from avery@shadypixel.com 2009-01-10 19:53 -------
Created an attachment (id=19740)
--> (http://bugzilla.kernel.org/attachment.cgi?id=19740&action=view)
backtrace from console
--
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
^ permalink raw reply [flat|nested] 10+ messages in thread* [Bug 12424] ext4_da_writepages error while downloading a file w/firefox
2009-01-11 3:52 [Bug 12424] New: ext4_da_writepages error while downloading a file w/firefox bugme-daemon
2009-01-11 3:53 ` [Bug 12424] " bugme-daemon
@ 2009-01-11 4:02 ` bugme-daemon
2009-01-11 4:08 ` bugme-daemon
` (6 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: bugme-daemon @ 2009-01-11 4:02 UTC (permalink / raw)
To: linux-ext4
http://bugzilla.kernel.org/show_bug.cgi?id=12424
------- Comment #2 from sandeen@redhat.com 2009-01-10 20:02 -------
This is journal_start failing:
/* start a new transaction*/
handle = ext4_journal_start(inode, needed_blocks);
if (IS_ERR(handle)) {
ret = PTR_ERR(handle);
printk(KERN_EMERG "%s: jbd2_start: "
"%ld pages, ino %lu; err %d\n", __func__,
wbc->nr_to_write, inode->i_ino, ret);
dump_stack();
goto out_writepages;
}
with error -30, which is EROFS.
Were there other messages before this, maybe an errors=remount-readonly sort of
filesystem problem? Did the filesystem go readonly?
--
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
^ permalink raw reply [flat|nested] 10+ messages in thread* [Bug 12424] ext4_da_writepages error while downloading a file w/firefox
2009-01-11 3:52 [Bug 12424] New: ext4_da_writepages error while downloading a file w/firefox bugme-daemon
2009-01-11 3:53 ` [Bug 12424] " bugme-daemon
2009-01-11 4:02 ` bugme-daemon
@ 2009-01-11 4:08 ` bugme-daemon
2009-01-11 4:08 ` bugme-daemon
` (5 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: bugme-daemon @ 2009-01-11 4:08 UTC (permalink / raw)
To: linux-ext4
http://bugzilla.kernel.org/show_bug.cgi?id=12424
------- Comment #3 from avery@shadypixel.com 2009-01-10 20:08 -------
Yes, the filesystem went read only. Unfortunately, I wasn't in the room when it
happened and by the time I came in, dmesg was just filled with this backtrace.
If it helps, I snapped pictures of the fsck on reboot too. I'll attach those.
--
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
^ permalink raw reply [flat|nested] 10+ messages in thread* [Bug 12424] ext4_da_writepages error while downloading a file w/firefox
2009-01-11 3:52 [Bug 12424] New: ext4_da_writepages error while downloading a file w/firefox bugme-daemon
` (2 preceding siblings ...)
2009-01-11 4:08 ` bugme-daemon
@ 2009-01-11 4:08 ` bugme-daemon
2009-01-11 4:09 ` bugme-daemon
` (4 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: bugme-daemon @ 2009-01-11 4:08 UTC (permalink / raw)
To: linux-ext4
http://bugzilla.kernel.org/show_bug.cgi?id=12424
------- Comment #4 from avery@shadypixel.com 2009-01-10 20:08 -------
Created an attachment (id=19741)
--> (http://bugzilla.kernel.org/attachment.cgi?id=19741&action=view)
fsck part 1
--
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
^ permalink raw reply [flat|nested] 10+ messages in thread* [Bug 12424] ext4_da_writepages error while downloading a file w/firefox
2009-01-11 3:52 [Bug 12424] New: ext4_da_writepages error while downloading a file w/firefox bugme-daemon
` (3 preceding siblings ...)
2009-01-11 4:08 ` bugme-daemon
@ 2009-01-11 4:09 ` bugme-daemon
2009-01-12 15:07 ` bugme-daemon
` (3 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: bugme-daemon @ 2009-01-11 4:09 UTC (permalink / raw)
To: linux-ext4
http://bugzilla.kernel.org/show_bug.cgi?id=12424
------- Comment #5 from avery@shadypixel.com 2009-01-10 20:09 -------
Created an attachment (id=19742)
--> (http://bugzilla.kernel.org/attachment.cgi?id=19742&action=view)
fsck part 2
--
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
^ permalink raw reply [flat|nested] 10+ messages in thread* [Bug 12424] ext4_da_writepages error while downloading a file w/firefox
2009-01-11 3:52 [Bug 12424] New: ext4_da_writepages error while downloading a file w/firefox bugme-daemon
` (4 preceding siblings ...)
2009-01-11 4:09 ` bugme-daemon
@ 2009-01-12 15:07 ` bugme-daemon
2009-05-19 18:41 ` bugzilla-daemon
` (2 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: bugme-daemon @ 2009-01-12 15:07 UTC (permalink / raw)
To: linux-ext4
http://bugzilla.kernel.org/show_bug.cgi?id=12424
------- Comment #6 from tytso@mit.edu 2009-01-12 07:07 -------
There was at least one ext4 bug that could have caused this that was fixed in
2.6.28 as well as in the 2.6.29 merge window. Unfortunately, we need to see
the original bug to know which bug might as caused the problem. There was
also a more recent bug fix that makes ext4_da_writepages much less verbose,
since that tends to hide the original root cause of the problem....
--
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
^ permalink raw reply [flat|nested] 10+ messages in thread* [Bug 12424] ext4_da_writepages error while downloading a file w/firefox
2009-01-11 3:52 [Bug 12424] New: ext4_da_writepages error while downloading a file w/firefox bugme-daemon
` (5 preceding siblings ...)
2009-01-12 15:07 ` bugme-daemon
@ 2009-05-19 18:41 ` bugzilla-daemon
2009-05-20 20:22 ` bugzilla-daemon
2009-08-18 17:36 ` bugzilla-daemon
8 siblings, 0 replies; 10+ messages in thread
From: bugzilla-daemon @ 2009-05-19 18:41 UTC (permalink / raw)
To: linux-ext4
http://bugzilla.kernel.org/show_bug.cgi?id=12424
Theodore Tso <tytso@mit.edu> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |tytso@mit.edu
Regression|--- |No
--- Comment #7 from Theodore Tso <tytso@mit.edu> 2009-05-19 18:41:23 ---
Any luck reproducing this problem, especially on a more recent kernel version?
--
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 10+ messages in thread* [Bug 12424] ext4_da_writepages error while downloading a file w/firefox
2009-01-11 3:52 [Bug 12424] New: ext4_da_writepages error while downloading a file w/firefox bugme-daemon
` (6 preceding siblings ...)
2009-05-19 18:41 ` bugzilla-daemon
@ 2009-05-20 20:22 ` bugzilla-daemon
2009-08-18 17:36 ` bugzilla-daemon
8 siblings, 0 replies; 10+ messages in thread
From: bugzilla-daemon @ 2009-05-20 20:22 UTC (permalink / raw)
To: linux-ext4
http://bugzilla.kernel.org/show_bug.cgi?id=12424
--- Comment #8 from Avery Fay <avery@shadypixel.com> 2009-05-20 20:22:27 ---
This has not happened again both on 2.6.27 and on 2.6.29 (what I'm running
now).
--
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 10+ messages in thread* [Bug 12424] ext4_da_writepages error while downloading a file w/firefox
2009-01-11 3:52 [Bug 12424] New: ext4_da_writepages error while downloading a file w/firefox bugme-daemon
` (7 preceding siblings ...)
2009-05-20 20:22 ` bugzilla-daemon
@ 2009-08-18 17:36 ` bugzilla-daemon
8 siblings, 0 replies; 10+ messages in thread
From: bugzilla-daemon @ 2009-08-18 17:36 UTC (permalink / raw)
To: linux-ext4
http://bugzilla.kernel.org/show_bug.cgi?id=12424
Eric Sandeen <sandeen@redhat.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |sandeen@redhat.com
AssignedTo|fs_ext4@kernel-bugs.osdl.or |sandeen@redhat.com
|g |
--- Comment #9 from Eric Sandeen <sandeen@redhat.com> 2009-08-18 17:36:31 ---
Assigning to myself so I can close.
--
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 10+ messages in thread