From owner-freebsd-java@FreeBSD.ORG Mon Feb 6 19:25:47 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 90FB716A420 for ; Mon, 6 Feb 2006 19:25:47 +0000 (GMT) (envelope-from sean@mcneil.com) Received: from mail.mcneil.com (mcneil.com [24.199.45.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id 34A9943D49 for ; Mon, 6 Feb 2006 19:25:47 +0000 (GMT) (envelope-from sean@mcneil.com) Received: from localhost (localhost.mcneil.com [127.0.0.1]) by mail.mcneil.com (Postfix) with ESMTP id B3F98F26D6; Mon, 6 Feb 2006 11:25:46 -0800 (PST) Received: from mail.mcneil.com ([127.0.0.1]) by localhost (triton.mcneil.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 82859-03; Mon, 6 Feb 2006 11:25:17 -0800 (PST) Received: from mcneil.com (mcneil.com [24.199.45.54]) by mail.mcneil.com (Postfix) with ESMTP id 4913BF1B5E; Mon, 6 Feb 2006 11:25:12 -0800 (PST) From: Sean McNeil To: Panagiotis Astithas In-Reply-To: <43E76A23.4030704@ebs.gr> References: <1139010212.56353.7.camel@triton.mcneil.com> <43E76A23.4030704@ebs.gr> Content-Type: text/plain Date: Mon, 06 Feb 2006 11:25:11 -0800 Message-Id: <1139253911.76738.2.camel@triton.mcneil.com> Mime-Version: 1.0 X-Mailer: Evolution 2.4.2.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at mcneil.com 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 19:25:47 -0000 On Mon, 2006-02-06 at 17:24 +0200, Panagiotis Astithas wrote: > 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 Panagiotis, You found my issue. The ~/.hotspot_compiler work-around in this link has resolved my crash. It would be nice to get update 6 incorporated into ports as soon as possible. Random crashes are inevitable with the current JVM until this bug fix is in place. Cheers, Sean