From owner-freebsd-java@FreeBSD.ORG Thu Jul 31 09:18:57 2003 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C081237B401 for ; Thu, 31 Jul 2003 09:18:57 -0700 (PDT) Received: from brmea-mail-2.sun.com (brmea-mail-2.Sun.COM [192.18.98.43]) by mx1.FreeBSD.org (Postfix) with ESMTP id 274ED43FCB for ; Thu, 31 Jul 2003 09:18:57 -0700 (PDT) (envelope-from Ranjith.Mandala@Sun.COM) Received: from ha2sca-mail1.SFBay.Sun.COM ([129.145.155.62]) by brmea-mail-2.sun.com (8.12.9/8.12.9) with ESMTP id h6VGItmR026121 for ; Thu, 31 Jul 2003 10:18:55 -0600 (MDT) Received: from ranjith (d-usca14-133-175 [129.145.133.175]) ESMTP id h6VGIt128615; Thu, 31 Jul 2003 09:18:55 -0700 (PDT) Date: Thu, 31 Jul 2003 09:18:55 -0700 (PDT) Message-ID: <5934395.1059668462640.JavaMail.ranjithm@ha2sca-mail1.sfbay.sun.com> From: Ranjith Mandala To: freebsd-java@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Mailer: postEmail $Id: PostEmail.java,v 1.18 2003/03/13 14:33:02 jfbrown Exp $ X-IM-Review-ID: 193288 cc: Ranjith.Mandala@Sun.COM Subject: Re: (Incident Review ID: 193288) Upon compiling of any program, returned a Java HotSpot error X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jul 2003 16:18:58 -0000 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