From owner-freebsd-java@FreeBSD.ORG Fri Jan 18 01:50:46 2008 Return-Path: Delivered-To: java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F121F16A47D; Fri, 18 Jan 2008 01:50:46 +0000 (UTC) (envelope-from bright@elvis.mu.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id C56E513C46B; Fri, 18 Jan 2008 01:50:46 +0000 (UTC) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id CCC641A4D84; Thu, 17 Jan 2008 17:30:49 -0800 (PST) Date: Thu, 17 Jan 2008 17:30:49 -0800 From: Alfred Perlstein To: Landon Fuller Message-ID: <20080118013049.GO99258@elvis.mu.org> References: <90584F61-91FE-446E-978E-FD234553E8FC@threerings.net> <478FFC91.4050508@elischer.org> <4E316E30-3A6B-4E58-A701-E85389BEC6EE@threerings.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4E316E30-3A6B-4E58-A701-E85389BEC6EE@threerings.net> User-Agent: Mutt/1.4.2.3i Cc: nate@yogotech.com, ivo@scito.com, Daniel Eischen , Julian Elischer , java@freebsd.org, julian@freebsd.org, davidxu@freebsd.org Subject: Re: cvs commit: src/lib/libkse/thread thr_kern.c X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Jan 2008 01:50:47 -0000 * Landon Fuller [080117 17:13] wrote: > On Jan 17, 2008, at 17:10, Julian Elischer wrote: > > I gather it is the PARENT that hangs here? > > Parent continues, the child hangs in fork(). Julian, is this happening in FreeBSD or in IronportBSD? If it's happening in FreeBSD this is because we never committed the fix to libkse that was needed in userland. Daniel objected to my patch (which Ironport had already absorbed) and we had no way to test his "more proper patch" so it just sat unfixed. PErhaps now we can try Daniel's patch now that we have another user with a bug. Daniel, can you please dig up your patch? -Alfred