From owner-freebsd-java@FreeBSD.ORG Sat Oct 31 11:12:30 2009 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BE4C31065676 for ; Sat, 31 Oct 2009 11:12:30 +0000 (UTC) (envelope-from ronald-freebsd8@klop.yi.org) Received: from smtp-out3.tiscali.nl (smtp-out3.tiscali.nl [195.241.79.178]) by mx1.freebsd.org (Postfix) with ESMTP id 801C98FC0A for ; Sat, 31 Oct 2009 11:12:30 +0000 (UTC) Received: from [212.123.145.58] (helo=sjakie.klop.ws) by smtp-out3.tiscali.nl with esmtp (Exim) (envelope-from ) id 1N4Bsj-0001T2-LE; Sat, 31 Oct 2009 12:12:29 +0100 Received: from 82-170-177-25.ip.telfort.nl (localhost [127.0.0.1]) by sjakie.klop.ws (Postfix) with ESMTP id 55B86145B4; Sat, 31 Oct 2009 12:12:23 +0100 (CET) Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes To: "Patrick Mackinlay" , freebsd-java@freebsd.org References: <4AEB3720.2000301@spacesurfer.com> Date: Sat, 31 Oct 2009 12:12:23 +0100 MIME-Version: 1.0 From: "Ronald Klop" Message-ID: In-Reply-To: <4AEB3720.2000301@spacesurfer.com> User-Agent: Opera Mail/10.00 (FreeBSD) Content-Transfer-Encoding: quoted-printable Cc: Subject: Re: jvm crash using 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: Sat, 31 Oct 2009 11:12:30 -0000 On Fri, 30 Oct 2009 19:57:36 +0100, Patrick Mackinlay =20 wrote: > Hello, > > I am still getting jvm crashes when using eclipse on my amd64 machine. = I > reported this some time ago. I have attached a new crash dump. My syste= m > has the following packages on it: > diablo-jdk-1.6.0.07.02_6 > jdk-1.6.0.3p4_12 > eclipse-3.4.2 > > regards, > Patrick > Hi, is this when Eclipse tries to do something with TCP/IP? Try disabling= =20 IPv6. You can use a commandline option for java or recompile jdk16. It =20 solved my problem of a crashing Eclipse. But I don't know if you are =20 having the same problems. Do you use any plugins in Eclipse? Ronald.