From owner-freebsd-java@FreeBSD.ORG Thu Dec 1 19:22:18 2005 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 DFD5A16A41F for ; Thu, 1 Dec 2005 19:22:18 +0000 (GMT) (envelope-from sean@mcneil.com) Received: from mail.mcneil.com (mcneil.com [24.199.45.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id 52C6A43D53 for ; Thu, 1 Dec 2005 19:22:13 +0000 (GMT) (envelope-from sean@mcneil.com) Received: from localhost (localhost.mcneil.com [127.0.0.1]) by mail.mcneil.com (Postfix) with ESMTP id 985D7F2523; Thu, 1 Dec 2005 11:22:10 -0800 (PST) Received: from mail.mcneil.com ([127.0.0.1]) by localhost (triton.mcneil.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 57630-05; Thu, 1 Dec 2005 11:22:10 -0800 (PST) Received: from mcneil.com (mcneil.com [24.199.45.54]) by mail.mcneil.com (Postfix) with ESMTP id 0925BF241D; Thu, 1 Dec 2005 11:22:10 -0800 (PST) From: Sean McNeil To: Franco Bruno Borghesi In-Reply-To: References: Content-Type: text/plain Date: Thu, 01 Dec 2005 11:22:09 -0800 Message-Id: <1133464929.58726.3.camel@triton.mcneil.com> Mime-Version: 1.0 X-Mailer: Evolution 2.4.2 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at mcneil.com Cc: FreeBSD-Java Subject: Re: Eclipse dies on amd64 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: Thu, 01 Dec 2005 19:22:19 -0000 On Thu, 2005-12-01 at 16:12 -0300, Franco Bruno Borghesi wrote: > Hi everyone. > > I'm having problems with eclipse on my new amd64 installation. Eclipse hangs > for a couple of minutes and then I get a window telling me that java > crashed. > > This is a random problem, and I haven't found a way to reproduce it. It just > happens. > I've tryied rebuilding eclipse, but it didn't help (used WITHOUT_CAIRO=yes). > I've attached the log files generated in my home directory. Maybe someone > could give me a hint. > > Console reports: > pid 33465 (java), uid 1000: exited on signal 6 (core dumped) > pid 8299 (java), uid 1000: exited on signal 6 (core dumped) > > System Detail: > *FreeBSD taz.oficina 6.0-STABLE FreeBSD 6.0-STABLE #1: Tue Nov 29 17:10:44 > ART 2005 root@taz.oficina:/usr/obj/usr/src/sys/TAZ amd64 > > *java version "1.5.0-p2" > Java(TM) 2 Runtime Environment, Standard Edition (build > 1.5.0-p2-root_29_nov_2005_17_58) > Java HotSpot(TM) 64-Bit Server VM (build 1.5.0-p2-root_29_nov_2005_16_21, > mixed mode) I used to have this same kind of thing happen to me until I fixed java. Please look at the java@ mailing list. There are two proposed solutions in there regarding libz namespace conflicts that have been floating around for quite a while, yet neither of these solutions have been implemented in the port. It is pretty crucial for eclipse as it uses gtk extensively which relies on libz. Take a look at: http://lists.freebsd.org/pipermail/freebsd-java/2005-October/004570.html Cheers, Sean