From owner-freebsd-questions Mon Aug 26 8: 6:37 2002 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 9A88D37B400 for ; Mon, 26 Aug 2002 08:06:34 -0700 (PDT) Received: from clientmail.ehsrealtime.com (eris.ehsrealtime.com [213.52.146.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id D2B3A43E72 for ; Mon, 26 Aug 2002 08:06:33 -0700 (PDT) (envelope-from wayne@penguinpowered.org.uk) Received: from set.ehsrealtime.com ([213.52.146.197]) by clientmail.ehsrealtime.com with esmtp (Exim 3.33 #2) id 17jLRk-0009z0-01 for freebsd-questions@freebsd.org; Mon, 26 Aug 2002 16:06:28 +0100 Received: from waynep by set.ehsrealtime.com with local (Exim 3.34 #1) id 17jMOU-0001Ae-00 for freebsd-questions@freebsd.org; Mon, 26 Aug 2002 16:07:10 +0000 From: Wayne Pascoe To: freebsd-questions@freebsd.org Subject: Java broken after upgrading linux_base Date: 26 Aug 2002 16:07:10 +0000 Message-ID: Lines: 49 User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Civil Service) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi all, I had installed linux-sun-jdk14 yesterday and it was working. I was able to compile and run java applications. Last night I upgraded linux_base to linux_base-7.1. The reason I did this was that I had installed linux-mozilla (so that I could use a java and a flash plugin) and it complained about GLIBC version availability. After upgrading linux_base, I am able to use mozilla, but Java appears to be broken. Trying to run a class produces the following output: $ java HelloWorldApp # # 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.0_01-b03 mixed mode) # # Error ID: 4F533F4C494E55580E43505002AB # Abort trap (core dumped) Trying to compile a .java file produces similar output : $ javac HelloWorldApp.java # # 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.0_01-b03 mixed mode) # # Error ID: 4F533F4C494E55580E43505002AB # Abort trap (core dumped) Any ideas on how I can fix this ? TIA, -- - Wayne Pascoe - http://www.penguinpowered.org.uk/wayne/ Everything to excess. To enjoy the flavour of life, take big bites. Moderation is for monks. - Robert Heinlein To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message