From owner-freebsd-java@FreeBSD.ORG Sun Jan 22 13:10:18 2006 Return-Path: X-Original-To: freebsd-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 A33AB16A41F for ; Sun, 22 Jan 2006 13:10:18 +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 C789743D48 for ; Sun, 22 Jan 2006 13:10:17 +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 k0MDA9AF013588; Sun, 22 Jan 2006 15:10:10 +0200 (EET) (envelope-from past@ebs.gr) Received: from [10.1.1.200] (pptp.ebs.gr [10.1.1.200]) by ebs.gr (8.13.3/8.12.11) with ESMTP id k0MDAvfR074305; Sun, 22 Jan 2006 15:10:59 +0200 (EET) (envelope-from past@ebs.gr) Message-ID: <43D3842B.8090304@ebs.gr> Date: Sun, 22 Jan 2006 15:10:03 +0200 From: Panagiotis Astithas Organization: EBS Ltd. User-Agent: Thunderbird 1.5 (X11/20060116) MIME-Version: 1.0 To: Jonathan Chen References: <20060121211730.GB43520@osiris.chen.org.nz> In-Reply-To: <20060121211730.GB43520@osiris.chen.org.nz> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-java@freebsd.org, Derek Young Subject: Re: Eclipse Core Dump 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: Sun, 22 Jan 2006 13:10:18 -0000 Jonathan Chen wrote: > On Sat, Jan 21, 2006 at 03:00:47PM -0600, Derek Young wrote: >> Too busy this weekend to make a pr or check if one is there, blah >> blah.. Ran portupgrade this morning to jdk14 patchset 8, and eclipse >> got upgraded at the same time.. >> >> An unexpected exception has been detected in native code outside the VM. >> Unexpected Signal : 11 occurred at PC=0x286DCF57 >> Function=inflate_fast+0x17 >> Library=/usr/local/jdk1.4.2/jre/lib/i386/libzip.so > > A similar bug to this is be solved by: > > portupgrade -uf freetype\* fontconfig\* libXft\* > > However, having said this, I upgraded eclipse just yesterday, and this > workaround did not work. The `inflate_fast+0x17' bug also exists for > eclipse + JDK1.5. I wonder if this could this be fixed by using the > system zlib instead of the one shipped with the JDK. FWIW, I'm still running with the patch that uses the system zlib on jdk15 and I've never encountered any related crash using eclipse daily on my day job. This is on i386, though. Cheers, Panagiotis