GNOME Bugzilla – Bug 790499
INFO: task gpartedbin:1832 blocked for more than 120 seconds.
Last modified: 2017-11-22 08:51:58 UTC
Created attachment 363926 [details] Linux version 4.14.0-041400-generic Hello, Open bug in launchpad.net https://bugs.launchpad.net/ubuntu/+source/gparted/+bug/1732908 dmesg: [ 243.044590] INFO: task gpartedbin:1832 blocked for more than 120 seconds. [ 243.044603] Not tainted 4.14.0-041400-generic #201711122031 [ 243.044606] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [ 243.044611] gpartedbin D 0 1832 1827 0x00000000 [ 243.044618] Call Trace: [ 243.044638] __schedule+0x28e/0x880 [ 243.044647] ? blk_finish_plug+0x2c/0x40 [ 243.044653] schedule+0x2c/0x80 [ 243.044662] io_schedule+0x16/0x40 [ 243.044669] wait_on_page_bit_common+0xd8/0x160 [ 243.044674] ? page_cache_tree_insert+0xc0/0xc0 [ 243.044680] __filemap_fdatawait_range+0x10c/0x170 [ 243.044687] file_write_and_wait_range+0x86/0xb0 [ 243.044697] blkdev_fsync+0x1b/0x50 [ 243.044700] vfs_fsync_range+0x4b/0xb0 [ 243.044704] do_fsync+0x3d/0x70 [ 243.044708] SyS_fsync+0x10/0x20 [ 243.044715] entry_SYSCALL_64_fastpath+0x1e/0xa9 [ 243.044720] RIP: 0033:0x7fa3636e4490 [ 243.044722] RSP: 002b:00007ffcb4f1a870 EFLAGS: 00000293 ORIG_RAX: 000000000000004a [ 243.044727] RAX: ffffffffffffffda RBX: 00000000fffffffe RCX: 00007fa3636e4490 [ 243.044730] RDX: 0000000000000000 RSI: 000055bb8f45e7b0 RDI: 0000000000000006 [ 243.044732] RBP: 00000000fffffffb R08: 000055bb8f579f00 R09: 000055bb8f562ba0 [ 243.044735] R10: ffffffffffffff40 R11: 0000000000000293 R12: 000055bb8f4578e8 [ 243.044737] R13: 000055bb8f437e80 R14: 000055bb8f437e88 R15: 000055bb8f434238 https://marc.info/?l=linux-usb&m=151092354515210&w=2 Regards, -- Cristian
The message: INFO: task gpartedbin:1832 blocked for more that 120 seconds means that gpartedbin was an innocent victim and had to wait for 120 seconds inside the Linux kernel for disk IO to occur. INFO: task blocked for more than 120 seconds. https://helpful.knobs-dials.com/index.php/INFO:_task_blocked_for_more_than_120_seconds. The attached kernel messages is full of errors for disk sdc. E.g. [ 98.865768] scsi_io_completion: 41 callbacks suppressed [ 98.865779] sd 6:0:0:0: [sdc] tag#0 FAILED Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE [ 98.865787] sd 6:0:0:0: [sdc] tag#0 Sense Key : Not Ready [current] [ 98.865793] sd 6:0:0:0: [sdc] tag#0 Add. Sense: Medium not present [ 98.865800] sd 6:0:0:0: [sdc] tag#0 CDB: Read(10) 28 00 00 00 00 00 00 00 08 00 [ 98.865802] print_req_error: 41 callbacks suppressed [ 98.865805] print_req_error: I/O error, dev sdc, sector 0 [ 98.865815] buffer_io_error: 38 callbacks suppressed [ 98.865818] Buffer I/O error on dev sdc, logical block 0, async page read Given that the kernel is reporting hardware errors for sdc and GParted is stuck waiting in the kernel for disk IO to complete, I don't see any bug with GParted or anything we can do.