From owner-freebsd-java@FreeBSD.ORG Mon Dec 19 22:53:46 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 7C0B516A41F for ; Mon, 19 Dec 2005 22:53:46 +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 ED0FF43D7E for ; Mon, 19 Dec 2005 22:53:29 +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 jBJMrKZm032417; Tue, 20 Dec 2005 00:53:20 +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 jBJMreS8043866; Tue, 20 Dec 2005 00:53:40 +0200 (EET) (envelope-from past@ebs.gr) Message-ID: <43A739DA.8070900@ebs.gr> Date: Tue, 20 Dec 2005 00:53:14 +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: 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: Mon, 19 Dec 2005 22:53:46 -0000 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