From owner-freebsd-emulation@FreeBSD.ORG Mon Apr 14 19:36:26 2008 Return-Path: Delivered-To: emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D450D1065670; Mon, 14 Apr 2008 19:36:26 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from vlakno.cz (vlk.vlakno.cz [62.168.28.247]) by mx1.freebsd.org (Postfix) with ESMTP id 8A42E8FC1E; Mon, 14 Apr 2008 19:36:26 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from localhost (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 17F0C67B7CB; Mon, 14 Apr 2008 21:36:05 +0200 (CEST) X-Virus-Scanned: amavisd-new at vlakno.cz Received: from vlakno.cz ([127.0.0.1]) by localhost (vlk.vlakno.cz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id sM0SYIiFEGXm; Mon, 14 Apr 2008 21:35:52 +0200 (CEST) Received: from vlk.vlakno.cz (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id DD1FD67AF6A; Mon, 14 Apr 2008 21:35:52 +0200 (CEST) Received: (from rdivacky@localhost) by vlk.vlakno.cz (8.14.2/8.14.2/Submit) id m3EJZq87081451; Mon, 14 Apr 2008 21:35:52 +0200 (CEST) (envelope-from rdivacky) Date: Mon, 14 Apr 2008 21:35:52 +0200 From: Roman Divacky To: emulation@freebsd.org Message-ID: <20080414193552.GA81428@freebsd.org> References: <20080414185438.GA78511@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080414185438.GA78511@freebsd.org> User-Agent: Mutt/1.4.2.3i Cc: pav@freebsd.org, Vitezslav.Jansky@t-systems.cz Subject: Re: [PATCH]: indefinite waiting on exit X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Apr 2008 19:36:26 -0000 On Mon, Apr 14, 2008 at 08:54:38PM +0200, Roman Divacky wrote: > hi > > in NetBSD they commited a patch to prevent indefinite waiting > of procs for their children to exit. I believe we have the very > same bug.. iirc it showed itself with boinc clients and opera... > > > can those of you who experience these problems try this patch: > > www.vlakno.cz/~rdivacky/linux_nptl.patch I had a bug in the first patch so I uploaded a new version on the same place... sorry