From owner-freebsd-java@FreeBSD.ORG Tue Oct 28 12:26:31 2003 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1670616A4CE for ; Tue, 28 Oct 2003 12:26:31 -0800 (PST) Received: from chen.org.nz (chen.org.nz [210.54.19.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id 668AD43FDD for ; Tue, 28 Oct 2003 12:26:30 -0800 (PST) (envelope-from jonc@chen.org.nz) Received: by chen.org.nz (Postfix, from userid 1000) id ACFA313629; Wed, 29 Oct 2003 09:26:28 +1300 (NZDT) Date: Wed, 29 Oct 2003 09:26:28 +1300 From: Jonathan Chen To: Alexey Zelkin Message-ID: <20031028202628.GA54113@grimoire.chen.org.nz> References: <20031023122839.A75570@phantom.cris.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031023122839.A75570@phantom.cris.net> User-Agent: Mutt/1.4.1i cc: java@freebsd.org Subject: Re: jdk14 fork() problem fix X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Oct 2003 20:26:31 -0000 On Thu, Oct 23, 2003 at 12:28:39PM +0300, Alexey Zelkin wrote: > hi, > > This is an intermediate version of fix of jdk fork problem (i.e. > Runtime.getRuntime().exec() and friends). > > It does affect only people who use libc_r (kse and thr should not > be affected). > > Please try this one and report me if it fixes problems for you. After running with the patch for sometime, it looks *real* good. Will you be releasing this to the port? It definitely is a critical fix and bumps the JVM to a production-usable state. Cheers. -- Jonathan Chen ---------------------------------------------------------------------- When all else fails, RTFM