Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Mon, 9 Sep 2002 16:32:48 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Mon, 9 Sep 2002 16:32:48 -0400 Received: from neon-gw-l3.transmeta.com ([63.209.4.196]:50182 "EHLO neon-gw.transmeta.com") by vger.kernel.org with ESMTP id ; Mon, 9 Sep 2002 16:32:47 -0400 Date: Mon, 9 Sep 2002 13:40:53 -0700 (PDT) From: Linus Torvalds To: Ingo Molnar cc: Daniel Jacobowitz , 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: 692 Lines: 18 On Mon, 9 Sep 2002, Ingo Molnar wrote: > > the lockup is likely in the while loop - ie. zap_thread() not actually > reparenting a thread and thus causing an infinite loop - is that possible? Hmm.. This patch changes the last argument of zap_thread() from a "1" to a "0" for the ptrace_children list. Was that intentional or a cut-and-paste error? If it was intentional, please remove the argument altogether, since it's now always 0. Linus - 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/