From owner-freebsd-java@FreeBSD.ORG Wed Dec 21 17:00:15 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 1B11716A422 for ; Wed, 21 Dec 2005 17:00:15 +0000 (GMT) (envelope-from fborghesi@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A6A643D5C for ; Wed, 21 Dec 2005 17:00:14 +0000 (GMT) (envelope-from fborghesi@gmail.com) Received: by wproxy.gmail.com with SMTP id 50so181042wri for ; Wed, 21 Dec 2005 09:00:13 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=ReVM/1/+vS5WDAkOoTWuH/3B4QIuEV8pFT1uqJ8Q5Welj00IDAWWuN/XSwvREA902JUJp65PhKwntZAsH+QJ6cz8hhLcg/o+U6xd0KXNPEf9Dy8BZLAGpbOJXH8ov6M1js5g5Ach36UPTon8x6ITKN+u3rextyqSSGZfBpQdaM0= Received: by 10.65.97.5 with SMTP id z5mr583815qbl; Wed, 21 Dec 2005 09:00:12 -0800 (PST) Received: by 10.64.220.20 with HTTP; Wed, 21 Dec 2005 09:00:12 -0800 (PST) Message-ID: Date: Wed, 21 Dec 2005 14:00:12 -0300 From: Franco Bruno Borghesi To: Panagiotis Astithas In-Reply-To: <43A914B0.40303@ebs.gr> MIME-Version: 1.0 References: <43A739DA.8070900@ebs.gr> <43A914B0.40303@ebs.gr> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 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 17:00:15 -0000 What if I install a 32 bit compiled jdk15 (built in another freebsd machine= , athlonXP processor)... would the problem still exist? Thanks. 2005/12/21, Panagiotis Astithas : > > 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 ca= n > > run eclipse without problems. > > > > Trying to build the port, I get: > > > > [root@taz jdk14]# make > > printf: missing format character > > =3D=3D=3D> 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 >