Bug 12679
Summary: | 2.6.28.4 ext4 fs hang, load 22 and up, may be firefox/apps stuck on sync_page | ||
---|---|---|---|
Product: | File System | Reporter: | daniel schroeder (sec) |
Component: | ext4 | Assignee: | fs_ext4 (fs_ext4) |
Status: | RESOLVED PATCH_ALREADY_AVAILABLE | ||
Severity: | high | CC: | wade |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 2.6.28.4 | Subsystem: | |
Regression: | No | Bisected commit-id: | |
Attachments: |
ps -wweo uid,pid,ppid,pri,wchan:20,stat,time,command
echo w > /proc/sysrq_trigger |
Description
daniel schroeder
2009-02-09 07:52:42 UTC
Created attachment 20168 [details]
ps -wweo uid,pid,ppid,pri,wchan:20,stat,time,command
fetchmail is an example of application, which was started, after the filesystem went faulty...
You might do: # dmesg -c then attach the output of: # echo w > /proc/sysrq-trigger" # dmesg compiled kernel with magic sysrq and waiting for reoccurrence... timeline: switched to ext4 happened once happened twice (wrote this entry) waiting... hmm...it doesnt occured again...and i switched to 2.6.28.7...so i close this bug... f**k, it just happened again...attached echo w > /proc/sysrq-trigger... ...if this happens, can i remove the blocker, so i can cleanly shutdown? Created attachment 20372 [details]
echo w > /proc/sysrq_trigger
This is probably fixed by: http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=2acf2c261b823d9d9ed954f348b97620297a36b5 which may make it to .28.y eventually... seems to be fixed...mentioned patch is in 2.6.28.9... |