Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757571AbXJCKCT (ORCPT ); Wed, 3 Oct 2007 06:02:19 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754190AbXJCKCK (ORCPT ); Wed, 3 Oct 2007 06:02:10 -0400 Received: from ee.oulu.fi ([130.231.61.23]:35370 "EHLO ee.oulu.fi" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754272AbXJCKCI (ORCPT ); Wed, 3 Oct 2007 06:02:08 -0400 X-Greylist: delayed 2278 seconds by postgrey-1.27 at vger.kernel.org; Wed, 03 Oct 2007 06:02:08 EDT Date: Wed, 3 Oct 2007 12:24:08 +0300 From: Pekka Pietikainen To: linux-kernel@vger.kernel.org Subject: 2.6.23-rc8-git2 possible recursive locking when running screen Message-ID: <20071003092408.GA17356@ee.oulu.fi> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline User-Agent: Mutt/1.4.2.2i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1779 Lines: 45 Seen this a few times lately on a machine running rawhide when running screen (and doing "something", it's not automatic. And box works just fine). I think I saw this a few weeks back, so it's not a new regression. ============================================= [ INFO: possible recursive locking detected ] 2.6.23-0.211.rc8.git2.fc8 #1 --------------------------------------------- screen/32227 is trying to acquire lock: (&q->lock){++..}, at: [] __wake_up+0x15/0x42 but task is already holding lock: (&q->lock){++..}, at: [] __wake_up+0x15/0x42 other info that might help us debug this: 2 locks held by screen/32227: #0: (&tty->atomic_read_lock){--..}, at: [] read_chan+0x1a1/0x5af #1: (&q->lock){++..}, at: [] __wake_up+0x15/0x42 stack backtrace: [] show_trace_log_lvl+0x1a/0x2f [] show_trace+0x12/0x14 [] dump_stack+0x16/0x18 [] __lock_acquire+0x189/0xc67 [] lock_acquire+0x7b/0x9e [] _spin_lock_irqsave+0x4a/0x77 [] __wake_up+0x15/0x42 [] ep_poll_safewake+0x86/0xa8 [] ep_poll_callback+0x9f/0xaa [] __wake_up_common+0x32/0x55 [] __wake_up+0x31/0x42 [] tty_wakeup+0x4f/0x54 [] pty_unthrottle+0x15/0x21 [] check_unthrottle+0x2e/0x30 [] read_chan+0x4ac/0x5af [] tty_read+0x66/0xac [] vfs_read+0xad/0x167 [] sys_read+0x3d/0x61 [] syscall_call+0x7/0xb ======================= - 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/