From owner-freebsd-java@FreeBSD.ORG Tue Feb 19 21:30:32 2008 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 635D916A418 for ; Tue, 19 Feb 2008 21:30:32 +0000 (UTC) (envelope-from jonc@chen.org.nz) Received: from chen.org.nz (chen.org.nz [202.89.146.5]) by mx1.freebsd.org (Postfix) with ESMTP id 0B94A13C4E8 for ; Tue, 19 Feb 2008 21:30:32 +0000 (UTC) (envelope-from jonc@chen.org.nz) Received: by chen.org.nz (Postfix, from userid 1000) id 0C61A284A4; Wed, 20 Feb 2008 10:30:31 +1300 (NZDT) Date: Wed, 20 Feb 2008 10:30:31 +1300 From: Jonathan Chen To: Pieter de Goeje Message-ID: <20080219213031.GB85220@osiris.chen.org.nz> References: <20080219005104.GA72436@osiris.chen.org.nz> <200802191358.24154.pieter@degoeje.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200802191358.24154.pieter@degoeje.nl> User-Agent: Mutt/1.4.2.3i Cc: freebsd-java@freebsd.org Subject: Re: java/eclipse and jdk1.6 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: Tue, 19 Feb 2008 21:30:32 -0000 Hi Pieter, On Tue, Feb 19, 2008 at 01:58:23PM +0100, Pieter de Goeje wrote: > On Tuesday 19 February 2008, Jonathan Chen wrote: > > Hi all, > > > > I'm currently trying out java/eclipse with jdk16 on RELENG_7/i386, and > > am experiencing a crash whenever I try to do a "File > Open File". Eclipse > > does *not* crash with jdk15. Is anyone else seeing this, or have any > > suggestions for workarounds? > > > > Cheers. > > Check out this thread: > > http://docs.freebsd.org/cgi/mid.cgi?200802112312.10253.pieter I had already searched the archives before I reported the problem, and your patch only affects java/eclipse-devel, and not java/eclipse. The code in java/eclipse doesn't appear to use realpath at all. Looking over your patch, it looks like your fix will fix the crash I have been experiencing with jdk15 + eclipse-devel combo as well. Maybe it's time to move from java/eclipse to java/eclipse-devel... Have you had much success in pushing the patch upstream? It may be an idea to put this into the java/eclipse-devel port until the upstream source decides to accept it. Cheers. -- Jonathan Chen ---------------------------------------------------------------------- If you're right 90% of the time, why quibble about the remaining 3%?