From owner-freebsd-java Thu Jan 16 9:19:24 2003 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 C72FE37B401 for ; Thu, 16 Jan 2003 09:19:23 -0800 (PST) Received: from mgr4.xmission.com (mgr4.xmission.com [198.60.22.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A13E43F1E for ; Thu, 16 Jan 2003 09:19:22 -0800 (PST) (envelope-from glewis@eyesbeyond.com) Received: from mail by mgr4.xmission.com with spam-scanned (Exim 3.35 #1) id 18ZDfl-0000xt-04 for freebsd-java@freebsd.org; Thu, 16 Jan 2003 10:19:21 -0700 Received: from [207.135.128.145] (helo=misty.eyesbeyond.com) by mgr4.xmission.com with esmtp (Exim 3.35 #1) id 18ZDfk-0000wJ-04; Thu, 16 Jan 2003 10:19:21 -0700 Received: (from glewis@localhost) by misty.eyesbeyond.com (8.11.6/8.11.6) id h0GHJGd44183; Fri, 17 Jan 2003 03:49:16 +1030 (CST) (envelope-from glewis@eyesbeyond.com) X-Authentication-Warning: misty.eyesbeyond.com: glewis set sender to glewis@eyesbeyond.com using -f Date: Fri, 17 Jan 2003 03:49:15 +1030 From: Greg Lewis To: Danny Braniss Cc: freebsd-java@FreeBSD.ORG Subject: Re: jdk 1.4 Message-ID: <20030117034915.A44102@misty.eyesbeyond.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from danny@cs.huji.ac.il on Thu, Jan 16, 2003 at 06:05:18PM +0200 X-Spam-Status: No, hits=-3.5 required=8.0 tests=IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES, SIGNATURE_SHORT_DENSE,SPAM_PHRASE_00_01,USER_AGENT, USER_AGENT_MUTT,X_AUTH_WARNING version=2.43 X-Spam-Level: Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Thu, Jan 16, 2003 at 06:05:18PM +0200, Danny Braniss wrote: > hi all, > im trying to install from ports, jdk1.4, im running 4.7-stable > > linux-ibm-jdk14: compiles ok, but hangs when run, only kill -9 works My experience is that everything works ok if your application explicitly exits (with a call to System.exit()). It will hang if the application just expects to fall off the end of whatever main() method is being used. This is almost certainly a problem in Linux emulation. Your choices are that, the HotSpot errors from Sun's JDK, fixing the Linux emulation layer or contributing to the fledgling native port of 1.4. -- Greg Lewis Email : glewis@eyesbeyond.com Eyes Beyond Web : http://www.eyesbeyond.com Information Technology FreeBSD : glewis@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message