From owner-freebsd-java@FreeBSD.ORG Sun Jan 22 18:33:23 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 71E6A16A41F for ; Sun, 22 Jan 2006 18:33:23 +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 968FB43D48 for ; Sun, 22 Jan 2006 18:33:21 +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 k0MIX9AF014444; Sun, 22 Jan 2006 20:33:09 +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 k0MIY1rk076885; Sun, 22 Jan 2006 20:34:01 +0200 (EET) (envelope-from past@ebs.gr) Message-ID: <43D3CFE4.7020803@ebs.gr> Date: Sun, 22 Jan 2006 20:33:08 +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> <43D3842B.8090304@ebs.gr> <20060122181922.GA31569@osiris.chen.org.nz> In-Reply-To: <20060122181922.GA31569@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 18:33:23 -0000 Jonathan Chen wrote: > On Sun, Jan 22, 2006 at 03:10:03PM +0200, Panagiotis Astithas wrote: >> 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. > > Would you mind sharing the patch with the rest of the list? If it > works well enough, we could maybe include it in the port as an option. > > Cheers. It was posted on this list by Mikhail Teterin: http://lists.freebsd.org/pipermail/freebsd-java/2005-October/004487.html Cheers, Panagiotis