Date: Tue, 15 Aug 2006 21:20:41 -0400 From: "Alexandre \"Sunny\" Kovalenko" <Alex.Kovalenko@verizon.net> To: yraffah@savola.com Cc: freebsd-current@freebsd.org Subject: Re: Java seg faults on -CURRENT Message-ID: <1155691241.887.17.camel@RabbitsDen> In-Reply-To: <1155621521.1050.3.camel@redevil.savola.com> References: <1155621521.1050.3.camel@redevil.savola.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 2006-08-15 at 08:58 +0300, Yousef Raffah wrote:
> I noticed that when I try to invoke javac or java from the command line
> on -CURRENT it segfaults, has anyone noticed the same thing on -CURRENT?
> I tried it on two different machines and it is the case on both!
>
>
You would have to get more specific regarding both -CURRENT and java,
e.g:
sunny:RabbitsDen>uname -a
FreeBSD RabbitsDen.RabbitsLawn.verizon.net 7.0-CURRENT FreeBSD
7.0-CURRENT #1: S at Aug 12 14:37:19 EDT 2006
root@RabbitsDen.RabbitsLawn.verizon.net:/usr/obj /usr/src/sys/AVERATEC
i386
sunny:RabbitsDen>java -version
java version "1.5.0-p3"
Java(TM) 2 Runtime Environment, Standard Edition (build
1.5.0-p3-root_17_apr_200 6_05_01)
Java HotSpot(TM) Client VM (build 1.5.0-p3-root_17_apr_2006_05_01, mixed
mode)
sunny:RabbitsDen>cat Hello.java
class Hello
{
public static void main(String args[])
{
System.out.println("Hello, world!");
}
}
sunny:RabbitsDen>javac Hello.java
sunny:RabbitsDen>java Hello
Hello, world!
--
Alexandre Kovalenko (Олександр Коваленко)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1155691241.887.17.camel>
