Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756998Ab2BGWwu (ORCPT ); Tue, 7 Feb 2012 17:52:50 -0500 Received: from cantor2.suse.de ([195.135.220.15]:44645 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755861Ab2BGWwt (ORCPT ); Tue, 7 Feb 2012 17:52:49 -0500 Date: Tue, 7 Feb 2012 23:52:46 +0100 From: Jan Kara To: Wolfram Gloger Cc: jack@suse.cz, LKML Subject: Re: Soft lockup problem Message-ID: <20120207225246.GA18832@quack.suse.cz> References: <20120207215737.10744.qmail@md.dent.med.uni-muenchen.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20120207215737.10744.qmail@md.dent.med.uni-muenchen.de> User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 8618 Lines: 170 Hello, On Tue 07-02-12 22:57:37, Wolfram Gloger wrote: > I have _exactly_ the same problem as Gerard Saraber on LKML. > > This has occurred twice after upgrading to 3.2.x and the second time > _right now_. I seem to be able to reproduce this by building > iceweasel_10.0-2 from source. > > Appended is the output of 'echo w >/proc/sysrq-trigger'. I'm > currently trying to reboot it with an older kernel, therefore the > 'grub-probe's, but it does not reboot (yet). A sync is extremely slow > but does complete eventually. Hmm, then this isn't really a deadlock (at least in your case) but only a rather unresponsive system. Looking at the backtraces you provided I don't see anything really suspicious. Only maybe fsnotify_mark process - do you use fsnotify? > I use no xfs (only ext3) so filesystem issue is improbable. > I do however use mdraid (0 and 1). Thanks for report. Honza > SysRq : Show Blocked State > task PC stack pid father > fsnotify_mark D ffff88021fc90600 0 437 2 0x00000000 > ffff880216533000 0000000000000046 ffff8802143dc010 0000000000004000 > ffff880216533000 0000000000010600 ffff8802143ddfd8 ffff8802143ddfd8 > 0000000000010600 ffff880217404560 0000000000000400 0000000000001000 > Call Trace: > [] ? schedule_timeout+0x1f/0x193 > [] ? __schedule+0x7aa/0x83a > [] ? wait_for_common+0xcc/0x142 > [] ? try_to_wake_up+0x1ee/0x1ee > [] ? call_rcu_bh+0xc/0xc > [] ? synchronize_rcu_bh+0x1f/0x1f > [] ? wait_rcu_gp+0x38/0x3f > [] ? wait_rcu_gp+0x3f/0x3f > [] ? try_to_wake_up+0x1de/0x1ee > [] ? __synchronize_srcu+0x32/0x109 > [] ? fsnotify_mark_destroy+0x87/0x143 > [] ? wake_up_bit+0x22/0x22 > [] ? fsnotify_duplicate_mark+0x37/0x37 > [] ? kthread+0x7e/0x86 > [] ? kernel_thread_helper+0x4/0x10 > [] ? kthread_worker_fn+0x141/0x141 > [] ? gs_change+0xb/0xb > Xorg D ffff88021fc50600 0 3939 3914 0x00400004 > ffff8802142ea400 0000000000000082 ffff880214034010 0000000000004000 > ffff8802142ea400 0000000000010600 ffff880214035fd8 ffff880214035fd8 > 0000000000010600 0000000000000028 ffff880213a37f00 ffffffff8107e7f7 > Call Trace: > [] ? filemap_fault+0x62/0x319 > [] ? __do_fault+0x3f6/0x435 > [] ? schedule_timeout+0x1f/0x193 > [] ? wait_for_common+0xcc/0x142 > [] ? try_to_wake_up+0x1ee/0x1ee > [] ? call_rcu_bh+0xc/0xc > [] ? wait_rcu_gp+0x38/0x3f > [] ? wait_rcu_gp+0x3f/0x3f > [] ? mousedev_release+0x40/0x63 > [] ? fput+0xf0/0x1b5 > [] ? filp_close+0x61/0x68 > [] ? sys_close+0x93/0xcb > [] ? system_call_fastpath+0x16/0x1b > grub-probe D ffff88021fc50600 0 1065 1 0x00000004 > ffff8800ac1c1e00 0000000000000086 ffff880083142010 0000000000004000 > ffff8800ac1c1e00 0000000000010600 ffff880083143fd8 ffff880083143fd8 > 0000000000010600 0000000000000000 ffff88021fffcc08 0000000000000000 > Call Trace: > [] ? find_get_pages_tag+0x46/0xe1 > [] ? pagevec_lookup_tag+0x1a/0x21 > [] ? select_task_rq_fair+0x608/0x934 > [] ? bdi_position_ratio+0x12b/0x12b > [] ? schedule_timeout+0x1f/0x193 > [] ? check_preempt_wakeup+0x10c/0x15c > [] ? wait_for_common+0xcc/0x142 > [] ? try_to_wake_up+0x1ee/0x1ee > [] ? lru_add_drain+0xb8/0xb8 > [] ? flush_work+0x22/0x2c > [] ? do_work_for_cpu+0x1b/0x1b > [] ? schedule_on_each_cpu+0xa6/0xdb > [] ? invalidate_bdev+0x28/0x39 > [] ? blkdev_ioctl+0x1c2/0x7c5 > [] ? path_openat+0x342/0x362 > [] ? do_filp_open+0x2c/0x74 > [] ? block_ioctl+0x38/0x3c > [] ? do_vfs_ioctl+0x3f1/0x432 > [] ? fd_install+0x2e/0x59 > [] ? kmem_cache_free+0x14/0x8f > [] ? sys_ioctl+0x51/0x70 > [] ? system_call_fastpath+0x16/0x1b > grub-probe D ffff88021fc90600 0 1137 1 0x00000004 > ffff8800ac1ea400 0000000000000082 ffff8800831f4010 0000000000004000 > ffff8800ac1ea400 0000000000010600 ffff8800831f5fd8 ffff8800831f5fd8 > 0000000000010600 ffff88001703e538 00000000ffffffff 0000000000000000 > Call Trace: > [] ? find_get_pages_tag+0x46/0xe1 > [] ? pagevec_lookup_tag+0x1a/0x21 > [] ? select_task_rq_fair+0x608/0x934 > [] ? bdi_position_ratio+0x12b/0x12b > [] ? schedule_timeout+0x1f/0x193 > [] ? check_preempt_wakeup+0x10c/0x15c > [] ? wait_for_common+0xcc/0x142 > [] ? try_to_wake_up+0x1ee/0x1ee > [] ? lru_add_drain+0xb8/0xb8 > [] ? flush_work+0x22/0x2c > [] ? do_work_for_cpu+0x1b/0x1b > [] ? schedule_on_each_cpu+0xa6/0xdb > [] ? invalidate_bdev+0x28/0x39 > [] ? blkdev_ioctl+0x1c2/0x7c5 > [] ? path_openat+0x342/0x362 > [] ? do_filp_open+0x2c/0x74 > [] ? block_ioctl+0x38/0x3c > [] ? do_vfs_ioctl+0x3f1/0x432 > [] ? fd_install+0x2e/0x59 > [] ? kmem_cache_free+0x14/0x8f > [] ? sys_ioctl+0x51/0x70 > [] ? system_call_fastpath+0x16/0x1b > grub-probe D ffff88021fc90600 0 1285 1 0x00000004 > ffff8801b7a46c00 0000000000000082 ffff8801b93e4010 0000000000004000 > ffff8801b7a46c00 0000000000010600 ffff8801b93e5fd8 ffff8801b93e5fd8 > 0000000000010600 0000000000000246 ffff8801b93e4000 0000000000000000 > Call Trace: > [] ? find_get_pages_tag+0x46/0xe1 > [] ? pagevec_lookup_tag+0x1a/0x21 > [] ? select_task_rq_fair+0x608/0x934 > [] ? bdi_position_ratio+0x12b/0x12b > [] ? schedule_timeout+0x1f/0x193 > [] ? check_preempt_wakeup+0x10c/0x15c > [] ? wait_for_common+0xcc/0x142 > [] ? try_to_wake_up+0x1ee/0x1ee > [] ? lru_add_drain+0xb8/0xb8 > [] ? flush_work+0x22/0x2c > [] ? do_work_for_cpu+0x1b/0x1b > [] ? schedule_on_each_cpu+0xa6/0xdb > [] ? invalidate_bdev+0x28/0x39 > [] ? blkdev_ioctl+0x1c2/0x7c5 > [] ? path_openat+0x342/0x362 > [] ? do_filp_open+0x2c/0x74 > [] ? block_ioctl+0x38/0x3c > [] ? do_vfs_ioctl+0x3f1/0x432 > [] ? fd_install+0x2e/0x59 > [] ? kmem_cache_free+0x14/0x8f > [] ? sys_ioctl+0x51/0x70 > [] ? system_call_fastpath+0x16/0x1b > killall5 D ffff88021fc10600 0 1831 1827 0x00000000 > ffff880100278000 0000000000000082 ffff88020edfc010 0000000000004000 > ffff880100278000 0000000000010600 ffff88020edfdfd8 ffff88020edfdfd8 > 0000000000010600 00000000000000cc ffff88020edfdf58 ffffffff00000000 > Call Trace: > [] ? select_task_rq_fair+0x608/0x934 > [] ? schedule_timeout+0x1f/0x193 > [] ? check_preempt_wakeup+0x10c/0x15c > [] ? wait_for_common+0xcc/0x142 > [] ? try_to_wake_up+0x1ee/0x1ee > [] ? lru_add_drain+0xb8/0xb8 > [] ? flush_work+0x22/0x2c > [] ? do_work_for_cpu+0x1b/0x1b > [] ? schedule_on_each_cpu+0xa6/0xdb > [] ? sys_mlockall+0x38/0x111 > [] ? system_call_fastpath+0x16/0x1b -- Jan Kara SUSE Labs, CR -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/