From owner-freebsd-java Wed Mar 7 3:13:25 2001 Delivered-To: freebsd-java@freebsd.org Received: from heinz.jollem.com (c104187.upc-c.chello.nl [212.187.104.187]) by hub.freebsd.org (Postfix) with ESMTP id 1D55F37B71A for ; Wed, 7 Mar 2001 03:13:22 -0800 (PST) (envelope-from ernst@heinz.jollem.com) Received: (from ernst@localhost) by heinz.jollem.com (8.11.1/8.11.1) id f27BCRQ06114; Wed, 7 Mar 2001 12:12:27 +0100 (CET) (envelope-from ernst) Date: Wed, 7 Mar 2001 12:12:27 +0100 From: Ernst de Haan To: Tim Zingelman Cc: FreeBSD Java mailing list Subject: Re: linux-jdk1.3.0_02 problems [Was: JDK1.1.8 segfaults] Message-ID: <20010307121227.A6045@c187104187.telekabel.chello.nl> References: <20010307115632.A5990@c187104187.telekabel.chello.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from zingelman@fnal.gov on Wed, Mar 07, 2001 at 05:05:14AM -0600 Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Tim, When I compare the versions of linux_base, both boxes have the same version. On the first machine I don't see the warning: bash-2.04$ echo -n "`hostname`: "; (pkg_info | grep linux_base) ; java -version heinz.jollem.com: linux_base-6.1 The base set of packages needed in Linux mode java version "1.3.0_02" Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0_02) Java HotSpot(TM) Client VM (build 1.3.0_02, interpreted mode) But on the second I do: bash-2.04$ echo -n "`hostname`: "; (pkg_info | grep linux_base) ; java -version catbert.jollem.com: linux_base-6.1 The base set of packages needed in Linux mode java version "1.3.0_02" Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0_02) Java HotSpot(TM) Client VM (build 1.3.0_02, interpreted mode) Java HotSpot(TM) Client VM warning: cannot uninstall alt signal stack Perhaps it is the kernel version. I have recently recompiled the kernel on the first machine (heinz), but it's been a while since I recompiled the kernel on the second (catbert). Anyway, I will try deinstalling and reinstalling linux_base and try again after that. -- Ernst Tim Zingelman wrote: > > Replying to myself again :) Well, I installed the Sun JDK 1.3.0_02 for Linux > > from the ports on a different FreeBSD 4.2-STABLE system as well, and this > > time I get a warning when running java -version: > > > > bash-2.04$ java -version > > java version "1.3.0_02" > > Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0_02) > > Java HotSpot(TM) Client VM (build 1.3.0_02, interpreted mode) > > Java HotSpot(TM) Client VM warning: cannot uninstall alt signal stack > > > > This gives me a baaaaad feeling... HotSpot is not enabled, so I wonder if this > > 1.3.0_02 version will introduce problems that the 1.3.0 version did not have. > > It looks like this machine does not have the recent patches to the linux > emulator installed. They were only recently committed... though the patch > had been available on the web for quite a while in various forms... > > - Tim > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message