From owner-freebsd-questions@FreeBSD.ORG Sat Dec 6 14:58:56 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 69F3416A4CE for ; Sat, 6 Dec 2003 14:58:56 -0800 (PST) Received: from sccrmhc12.comcast.net (sccrmhc12.comcast.net [204.127.202.56]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8AF9A43FAF for ; Sat, 6 Dec 2003 14:58:55 -0800 (PST) (envelope-from enigma971@comcast.net) Received: from [192.168.0.32] (pcp05184840pcs.chmbrs01.pa.comcast.net[69.139.133.121]) by comcast.net (sccrmhc12) with SMTP id <2003120622585401200jjv1qe>; Sat, 6 Dec 2003 22:58:54 +0000 From: Marc Huffnagle To: freebsd-questions@freebsd.org Content-Type: text/plain Message-Id: <1070751480.9608.1.camel@localhost> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Sat, 06 Dec 2003 17:58:00 -0500 Content-Transfer-Encoding: 7bit Subject: Java VM problems X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Dec 2003 22:58:56 -0000 Hello, I am running into a problem when I try to run any java-related program. When I try to use java or javac, I get the following error, and the application locks up (requiring a kill -9) and starts to use 100% of the processor. $ /usr/local/linux-sun-jdk1.4.2/bin/java -version # # 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_02-b03 mixed mode) # # Error ID: 4F533F4C494E55580E43505001C9 # Heap at VM Abort: Heap I have found other reports of this problem, but never a solution. Please let me know what other information would be useful, or where I should be asking this question. Thanks. - Marc