Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Jul 2003 09:18:55 -0700 (PDT)
From:      Ranjith Mandala <Ranjith.Mandala@Sun.COM>
To:        freebsd-java@freebsd.org
Cc:        Ranjith.Mandala@Sun.COM
Subject:   Re: (Incident Review ID: 193288) Upon compiling of any program, returned a Java HotSpot error
Message-ID:  <5934395.1059668462640.JavaMail.ranjithm@ha2sca-mail1.sfbay.sun.com>

next in thread | raw e-mail | index | archive | help
Hi Joel Seligstein,

This Bug Report was submitted from  http://java.sun.com/cgi-bin/bugreport.cgi
and is being forwarded to you on behalf of Soccerk121@aol.com. If you would like to respond. Please send an e-mail to the address listed at the end of this
report.

Regards,
Ranjith
----------------- Original Bug Report-------------------

category : hotspot
release : 1.4.1
subcategory : runtime_system
type : bug
synopsis : Upon compiling of any program, returned a Java HotSpot error
description : FULL PRODUCT VERSION :
Could not return the verison.

FULL OS VERSION :
FreeBSD 4.8-RC

A DESCRIPTION OF THE PROBLEM :
Upon any compilation or even trying java -version, I am returned with this error:

#
# HotSpot Virtual Machine Error, Internal Error
# Please report this error at
# http://java.sun.com/cgi-bin/bugreport.cgi
#
# Java VM: Java HotSpot(TM) Client VM (1.4.1_02-b06 mixed mode)
#
# Error ID: 4F533F4C494E55580E43505002D7
#
Abort trap (core dumped)

If I try version 1.4.2 of Java, I get this, which is already been reported by someone else:

#
# HotSpot Virtual Machine Error, Internal Error
# Please report this error at
# http://java.sun.com/cgi-bin/bugreport.cgi
#
# Java VM: Java HotSpot(TM) Client VM (1.4.2-b28 mixed mode)
#
# Error ID: 4F533F4C494E55580E43505001C9
#

Heap at VM Abort:
Heap


STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
Install java 1.4.1 on a FreeBSD box, try to compile simple Hello World program.  Probably will work in most cases.

EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
Any kind of compilation or results from java -version.
ACTUAL -
As described in description.

ERROR MESSAGES/STACK TRACES THAT OCCUR :
As described in description.

REPRODUCIBILITY :
This bug can be reproduced always.

---------- BEGIN SOURCE ----------
public class test
{
    public static void main( String args[] )
    {
        System.out.println( "hello" );
    }
}
---------- END SOURCE ----------
workaround : 
suggested_val : 
cust_name : Joel Seligstein
cust_email : Soccerk121@aol.com
jdcid : 
keyword : webbug
company : N/A
hardware : x86
OSversion : Linux
bugtraqID : 0
dateCreated : 2003-07-31 09:55:15.8
dateEvaluated : 2003-07-31 10:20:17.953



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