From owner-freebsd-java@FreeBSD.ORG Wed Dec 21 08:39:23 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 7F5AA16A41F for ; Wed, 21 Dec 2005 08:39:23 +0000 (GMT) (envelope-from past@ebs.gr) Received: from fly.ebs.gr (fly.ebs.gr [62.103.84.177]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE7C343D66 for ; Wed, 21 Dec 2005 08:39:18 +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 jBL8dGZm038095; Wed, 21 Dec 2005 10:39:16 +0200 (EET) (envelope-from past@ebs.gr) Received: from [10.1.1.158] (pc158.ebs.gr [10.1.1.158]) by ebs.gr (8.13.3/8.12.11) with ESMTP id jBL8dche071001; Wed, 21 Dec 2005 10:39:38 +0200 (EET) (envelope-from past@ebs.gr) Message-ID: <43A914B0.40303@ebs.gr> Date: Wed, 21 Dec 2005 10:39:12 +0200 From: Panagiotis Astithas Organization: EBS Ltd. User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051106) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Franco Bruno Borghesi References: <43A739DA.8070900@ebs.gr> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD-Java Subject: Re: Problems with eclipse 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, 21 Dec 2005 08:39:23 -0000 Franco Bruno Borghesi wrote: > 2005/12/19, Panagiotis Astithas >: > > Franco Bruno Borghesi wrote: > > Hi everyone. > > > > Eclipse freezes one or twice a day on my freebsd 6.0/amd64. It > seems that > > libz problems are gone with last jdk15 update, but eclipse still has > > problems. I've tested this on two different installations (same > hardare/OS). > > > > I have attached my last hs_err_pid file. > > > > I would appreciate any hint anyone could give me. > > Thanks. > > Once again the crash happens when the permanent generation in the heap > is almost full. It seems this happens to many people with jdk15 on amd64 > and usually increasing the heap size does not help much (since the > permanent generation gets just a fraction of this). See if you can find > a useful combination of the flags discussed here: > > http://java.sun.com/docs/hotspot/gc5.0/gc_tuning_5.html > > > Cheers, > Panagiotis > > > > Panagiotis, thanks for your help. > I just need to run eclipse, so I decided to downgrade to jdk14, so I can > run eclipse without problems. > > Trying to build the port, I get: > > [root@taz jdk14]# make > printf: missing format character > ===> jdk-1.4.2p7_2 is*** Error code 1 > > Stop in /usr/ports/java/jdk14. > > I haven't found any answer to this problem in the archives. Does anyone > know how I can solve this? > > Thanks in advance. Unfortunately, jdk14 is only for i386, amd64 is only supported by jdk15. Cheers, Panagiotis