Java seg faults on -CURRENT

Alexandre "Sunny" Kovalenko Alex.Kovalenko at verizon.net
Wed Aug 16 01:20:50 UTC 2006


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 (Олександр Коваленко)



More information about the freebsd-current mailing list