From owner-freebsd-java@FreeBSD.ORG Wed Jan 25 12:33:36 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 A8D0F16A420 for ; Wed, 25 Jan 2006 12:33:36 +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 C1EB043D58 for ; Wed, 25 Jan 2006 12:33:30 +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 k0PCXSAF026133; Wed, 25 Jan 2006 14:33:28 +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 k0PCYJ87032344; Wed, 25 Jan 2006 14:34:19 +0200 (EET) (envelope-from past@ebs.gr) Received: from 127.0.0.1 (AVG SMTP 7.1.375 [267.14.22/239]); Wed, 25 Jan 2006 14:33:24 +0200 Message-ID: <43D77014.3090309@ebs.gr> Date: Wed, 25 Jan 2006 14:33:24 +0200 From: Panagiotis Astithas Organization: EBS Ltd. User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: Michael Kastner References: <43D67171.9030405@galt.de> In-Reply-To: <43D67171.9030405@galt.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-java@freebsd.org Subject: Re: eclipse crashes on startup 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: Wed, 25 Jan 2006 12:33:36 -0000 Michael Kastner wrote: > Hello, > > I propably shouldn't do this, but I've also posted this message on the > freebsd-eclipse list. > > However the trouble I'm having might be caused by either the jdk or > eclipse. I really have no clue. > > Ever since I updated eclipse and jdk14 via the ports last week I can't > start eclipse anymore. It crashes on startup. I've attached the VM dump > at the bottom of this mail. > > Well, actually, I've found a way to start eclipse - but only if I > compile it against motif instead of GTK. But that's simply a very bad > alternative, since the motif fonts are a nightmare. > > Doeas anybody have the same problem? Does anybody have an idea what I > can do to get this problem fixed? It looks like the libzip symbol privatization problem that usually plagued jdk15 users. Two patches fixing this have been posted to this list (check the archives) and one of them has been committed to the latest jdk15 port. You could try using jdk15 and see if it works for you, or port the aforementioned fixes to jdk14. Cheers, Panagiotis