From owner-freebsd-java@FreeBSD.ORG Wed Oct 29 11:31:11 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 AC6B016A4CE for ; Wed, 29 Oct 2003 11:31:11 -0800 (PST) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6CF9643FB1 for ; Wed, 29 Oct 2003 11:31:09 -0800 (PST) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.12.9/8.12.9) id h9TJV6gH003323; Wed, 29 Oct 2003 13:31:06 -0600 (CST) (envelope-from dan) Date: Wed, 29 Oct 2003 13:31:06 -0600 From: Dan Nelson To: Alexey Zelkin Message-ID: <20031029193106.GA95197@dan.emsphone.com> References: <20031029103341.A32272@phantom.cris.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031029103341.A32272@phantom.cris.net> X-OS: FreeBSD 5.1-CURRENT X-message-flag: Outlook Error User-Agent: Mutt/1.5.4i cc: java@freebsd.org Subject: Re: [phantom@FreeBSD.org: cvs commit: ports/java/jdk14 Makefile pkg-plist ports/java/jdk14/files patch-UNIXProcess_md.c.bsd] 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: Wed, 29 Oct 2003 19:31:11 -0000 In the last episode (Oct 29), Alexey Zelkin said: > phantom 2003/10/29 00:20:59 PST > > FreeBSD ports repository > > Modified files: > java/jdk14 Makefile pkg-plist > Added files: > java/jdk14/files patch-UNIXProcess_md.c.bsd > Log: > . Add fix for "runaway process" problem. It should fix of stalled > processes problem for people who use Runtime.getRuntime.exec() method > and related things. Least five people reported that this patch fixed > problem for them. > > IMPORTANT: I'd also suggested to all jdk14 users who runs FreeBSD 4.x > and use libc_r at FreeBSD 5.x to upgrade. jhb just committed a patch to -current that fixes a bug where a SIGPROF timer (i.e. libc_r's thread scheduling signal) would continue to fire in the client process after a fork. You might want to check and see if you can reproduce your bug with a new -current. Your patch will still be needed for 4.9, of course. -- Dan Nelson dnelson@allantgroup.com