From owner-freebsd-java@FreeBSD.ORG Mon Feb 6 15:24:28 2006 Return-Path: X-Original-To: java@freebsd.org 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 CC30416A420 for ; Mon, 6 Feb 2006 15:24:28 +0000 (GMT) (envelope-from past@ebs.gr) Received: from fly.ebs.gr (dslcustomer-239-113.vivodi.gr [83.171.239.113]) by mx1.FreeBSD.org (Postfix) with ESMTP id F15A943D45 for ; Mon, 6 Feb 2006 15:24:26 +0000 (GMT) (envelope-from past@ebs.gr) Received: from ebs.gr (root@hal.ebs.gr [10.1.1.2]) by fly.ebs.gr (8.12.9p1/8.12.9) with ESMTP id k16FOOSg041932; Mon, 6 Feb 2006 17:24:24 +0200 (EET) (envelope-from past@ebs.gr) Received: from [10.1.1.158] (ajax.ebs.gr [10.1.1.158]) by ebs.gr (8.13.3/8.12.11) with ESMTP id k16FOJ7Q077627; Mon, 6 Feb 2006 17:24:24 +0200 (EET) (envelope-from past@ebs.gr) Message-ID: <43E76A23.4030704@ebs.gr> Date: Mon, 06 Feb 2006 17:24:19 +0200 From: Panagiotis Astithas Organization: EBS Ltd. User-Agent: Thunderbird 1.5 (X11/20060203) MIME-Version: 1.0 To: Sean McNeil References: <1139010212.56353.7.camel@triton.mcneil.com> In-Reply-To: <1139010212.56353.7.camel@triton.mcneil.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: java@freebsd.org Subject: Re: java crash on amd64 when switching to java perspective in eclipse X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Feb 2006 15:24:28 -0000 Sean McNeil wrote: > Got the following: > > # > # An unexpected error has been detected by HotSpot Virtual Machine: > # > # SIGSEGV (0xb) at pc=0x00000008055aa9df, pid=56131, tid=0x133d000 > # > # Java VM: Java HotSpot(TM) 64-Bit Server VM > (1.5.0-p2-root_02_feb_2006_13_05 mixed mode) > # Problematic frame: > # J > org.eclipse.jdt.internal.compiler.parser.Scanner.jumpOverMethodBody()V > # > # An error report file with more information is saved as > hs_err_pid56131.log > # > # If you would like to submit a bug report, please write > # a letter to freebsd-java@FreeBSD.org mailing list I did some research. There is a comment with a workaround at the bottom of this page: http://wbeaton.blogspot.com/2005/09/eclipse-in-64-bits.html A more thorough discussion is here: https://bugs.eclipse.org/bugs/show_bug.cgi?id=71987 The relevant JDK bug entry is here: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=5060628 The Sun engineer's fix is described here: http://blogs.sun.com/roller/page/javawithjiva/20051031 It is reported to be fixed in jdk 1.5 update 6 and jdk 1.6 build 59. Cheers, Panagiotis