Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Mar 2001 12:12:27 +0100
From:      Ernst de Haan <ernst@jollem.com>
To:        Tim Zingelman <zingelman@fnal.gov>
Cc:        FreeBSD Java mailing list <freebsd-java@freebsd.org>
Subject:   Re: linux-jdk1.3.0_02 problems [Was: JDK1.1.8 segfaults]
Message-ID:  <20010307121227.A6045@c187104187.telekabel.chello.nl>
In-Reply-To: <Pine.GSO.4.30.0103070501001.18029-100000@nova.fnal.gov>; from zingelman@fnal.gov on Wed, Mar 07, 2001 at 05:05:14AM -0600
References:  <20010307115632.A5990@c187104187.telekabel.chello.nl> <Pine.GSO.4.30.0103070501001.18029-100000@nova.fnal.gov>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010307121227.A6045>