From owner-freebsd-current@FreeBSD.ORG Thu Apr 24 20:28:14 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 28D4E37B401 for ; Thu, 24 Apr 2003 20:28:14 -0700 (PDT) Received: from seed.net.tw (sn12.seed.net.tw [139.175.54.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6814A43F75 for ; Thu, 24 Apr 2003 20:28:13 -0700 (PDT) (envelope-from leafy@chihiro.leafy.idv.tw) Received: from [210.64.98.49] (port=49155 helo=chihiro.leafy.idv.tw) by seed.net.tw with esmtp (Seednet 4.10:3) id 198tsi-000EFv-00 for freebsd-current@freebsd.org; Fri, 25 Apr 2003 11:28:12 +0800 Received: from chihiro.leafy.idv.tw (nobody@localhost [127.0.0.1]) by chihiro.leafy.idv.tw (8.12.9/8.12.9) with ESMTP id h3P3SA2S000657 for ; Fri, 25 Apr 2003 11:28:11 +0800 (CST) (envelope-from leafy@chihiro.leafy.idv.tw) Received: (from leafy@localhost) by chihiro.leafy.idv.tw (8.12.9/8.12.9/Submit) id h3P3SAbo000656 for freebsd-current@freebsd.org; Fri, 25 Apr 2003 11:28:10 +0800 (CST) Date: Fri, 25 Apr 2003 11:28:10 +0800 From: leafy To: freebsd-current@freebsd.org Message-ID: <20030425032810.GA552@chihiro.leafy.idv.tw> Mail-Followup-To: freebsd-current@freebsd.org References: <20030424190936.GA66245@mezzanine.vandalon.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=big5 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.4i Subject: Re: Linux compat broken?? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Apr 2003 03:28:14 -0000 On Thu, Apr 24, 2003 at 11:20:37PM -0400, Garance A Drosihn wrote: > Those initial steps for installing went OK, but my attempts to > install jdk14 (freebsd-native java) do hang. It seems that they > hang when executing the command: > /usr/local/linux-sun-jdk1.4.1/bin/java -version > > On my system (freebsd-current from Tuesday), that prints out some > version-info and then hangs. My friends who have a working-java > tell me that for them it prints out the version-info and then > returns to a shell prompt. > > I also notice that if I 'ktrace' the above command, it will often > (but not always) work right for me, too. It is also interesting to note that the first time I run /usr/local/linux-sun-jdk1.4.1/bin/java -version (as root), it does not return to the shell prompt. So I tried ktrace and it works. All subsequent execution with or without ktrace returns to the shell prompt successfully. World is .5 hour old. Jiawei -- "Without the userland, the kernel is useless." --inspired by The Tao of Programming