[reiserfs] system hangs due to blocked filesystem tasks
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
linux (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
Every few days, a relatively disk-intensive task such as
find -type d -print0 | xargs -0 chmod u+s # or
cvs up
will cause my system to hang. The filesystem (reiser4 on /home) becomes blocked, with more and more processes piling up messages like:
Dec 2 10:20:22 helium kernel: [192960.871307] INFO: task reiserfs/1:1065 blocked for more than 120 seconds.
Dec 2 10:20:22 helium kernel: [192960.871316] "echo 0 > /proc/sys/
Dec 2 10:20:22 helium kernel: [192960.871322] reiserfs/1 D ffff880218496c30 0 1065 2 0x00000000
Dec 2 10:20:22 helium kernel: [192960.871333] ffff88022ceffd20 0000000000000046 0000000000000000 0000000000015980
Dec 2 10:20:22 helium kernel: [192960.871344] ffff88022cefffd8 0000000000015980 ffff88022cefffd8 ffff88021a7dadc0
Dec 2 10:20:22 helium kernel: [192960.871354] 0000000000015980 0000000000015980 ffff88022cefffd8 0000000000015980
Dec 2 10:20:22 helium kernel: [192960.871362] Call Trace:
Dec 2 10:20:22 helium kernel: [192960.871377] [<ffffffff81588
Dec 2 10:20:22 helium kernel: [192960.871387] [<ffffffff81588
Dec 2 10:20:22 helium kernel: [192960.871420] [<ffffffffa0c84
Dec 2 10:20:22 helium kernel: [192960.871444] [<ffffffffa0c7e
Dec 2 10:20:22 helium kernel: [192960.871466] [<ffffffffa0c7e
Dec 2 10:20:22 helium kernel: [192960.871477] [<ffffffff8107a
Dec 2 10:20:22 helium kernel: [192960.871487] [<ffffffff8107a
Dec 2 10:20:22 helium kernel: [192960.871496] [<ffffffff8107f
Dec 2 10:20:22 helium kernel: [192960.871505] [<ffffffff8107a
Dec 2 10:20:22 helium kernel: [192960.871512] [<ffffffff8107f
Dec 2 10:20:22 helium kernel: [192960.871521] [<ffffffff8100a
Dec 2 10:20:22 helium kernel: [192960.871529] [<ffffffff8107f
Dec 2 10:20:22 helium kernel: [192960.871536] [<ffffffff8100a
Once this happens the host becomes unresponsive to console input or ssh connections, although it does continue to pass network traffic, at least for a while. It eventually has to be force-rebooted.
This bug is similar to #494476. The effect of it is pretty severe, and I'd greatly appreciate a solution.
Thanks,
Andrew.
ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: linux-image-
Regression: Yes
Reproducible: No
ProcVersionSign
Uname: Linux 2.6.35-23-generic x86_64
NonfreeKernelMo
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.23.
Architecture: amd64
ArecordDevices:
**** List of CAPTURE Hardware Devices ****
card 0: CS46xx [Sound Fusion CS46xx], device 0: CS46xx [CS46xx]
Subdevices: 1/1
Subdevice #0: subdevice #0
CRDA: Error: [Errno 2] No such file or directory
Card0.Amixer.info:
Card hw:0 'CS46xx'/'Sound Fusion CS46xx at 0xfdaff000/
Mixer name : 'Cirrus Logic CS4297A rev 4,Cirrus Logic CS4294 rev 5'
Components : 'AC97a:43525914 AC97a:4352592d'
Controls : 71
Simple ctrls : 45
Date: Fri Dec 3 05:25:49 2010
Frequency: Once every few days.
InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release amd64 (20091027)
MachineType: Gigabyte Technology Co., Ltd. GA-MA790XT-UD4P
ProcCmdLine: BOOT_IMAGE=
ProcEnviron:
PATH=(custom, user)
LANG=en_US.UTF-8
SHELL=/bin/bash
RelatedPackageV
RfKill:
SourcePackage: linux
WifiSyslog:
Dec 3 03:26:37 helium dhclient: DHCPREQUEST of 192.168.1.2 on eth1 to 192.168.1.1 port 67
Dec 3 03:26:37 helium dhclient: DHCPACK of 192.168.1.2 from 192.168.1.1
Dec 3 03:26:37 helium dhclient: bound to 192.168.1.2 -- renewal in 31801 seconds.
Dec 3 04:57:24 helium kernel: [44737.171753] EXT4-fs (sdb1): re-mounted. Opts: errors=
Dec 3 04:57:24 helium kernel: [44737.220796] EXT4-fs (dm-2): re-mounted. Opts: acl,commit=0
dmi.bios.date: 05/21/2009
dmi.bios.vendor: Award Software International, Inc.
dmi.bios.version: F4
dmi.board.name: GA-MA790XT-UD4P
dmi.board.vendor: Gigabyte Technology Co., Ltd.
dmi.board.version: x.x
dmi.chassis.type: 3
dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
dmi.modalias: dmi:bvnAwardSof
dmi.product.name: GA-MA790XT-UD4P
dmi.sys.vendor: Gigabyte Technology Co., Ltd.
tags: | added: kernel-series-unknown |
Changed in linux (Ubuntu): | |
status: | New → Confirmed |
summary: |
- system hangs due to blocked filesystem tasks + [reiserfs] system hangs due to blocked filesystem tasks |
I'm sorry, the filesystem is of course reiserfs (3.6), not reiser4.