Re: Java seg faults on -CURRENT

From: Alexandre \ <Alex.Kovalenko_at_verizon.net>
Date: Tue, 15 Aug 2006 21:20:41 -0400
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_at_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 (Олександр Коваленко)
Received on Tue Aug 15 2006 - 23:20:49 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:59 UTC