Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Mon, 9 Sep 2002 15:08:54 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Mon, 9 Sep 2002 15:08:54 -0400 Received: from mx2.elte.hu ([157.181.151.9]:34196 "HELO mx2.elte.hu") by vger.kernel.org with SMTP id ; Mon, 9 Sep 2002 15:08:54 -0400 Date: Mon, 9 Sep 2002 21:18:07 +0200 (CEST) From: Ingo Molnar Reply-To: Ingo Molnar To: Linus Torvalds Cc: linux-kernel@vger.kernel.org Subject: Re: do_syslog/__down_trylock lockup in current BK In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 589 Lines: 20 it's locking up here: 416 struct task_struct *p, *reaper = father; 417 struct list_head *_p; 418 419 write_lock_irq(&tasklist_lock); 420 421 if (father->exit_signal != -1) 422 reaper = prev_thread(reaper); (unfortunately i dont know what happened on the other CPU.) Ingo - 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/