5
2
Is it expected to unfreeze processes that are in uninterruptible sleep because of filesystem issue (NFS, FUSE, bug)?
If I press Sysrq+J on my Linux, it halts the system and prints "Emergency Thaw on sda" in a loop endlessly, not allowing any other SysRqs? Only hard reboot helps then.
Probably it's a kernel bug, because I've the same problem here, after SysRq+J it started to report the same error in kern.log: "kernel: [160192.060834] Emergency Thaw on sda4" endless around 80000 times per second! After 47,5mln of records and 4,5GB of log within 12 minutes, my machine just DIED! – kenorb – 2012-09-19T09:58:41.253
Is there already a bug submitted or I should file one? – Vi. – 2012-09-19T17:30:16.980
I found only this: https://bugzilla.kernel.org/show_bug.cgi?id=12781, but I've just created a new one here: https://bugzilla.kernel.org/show_bug.cgi?id=47741
– kenorb – 2012-09-20T07:56:33.483Also found these: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/984273 https://bugs.launchpad.net/ubuntu/+source/linux/+bug/984265
– kenorb – 2012-09-20T08:01:44.277