(Incident Review ID: 193288) Upon compiling of any program, returned a Java HotSpot error

Ranjith Mandala Ranjith.Mandala at Sun.COM
Thu Jul 31 09:18:58 PDT 2003


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 at 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 at 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



More information about the freebsd-java mailing list