From owner-freebsd-eclipse@FreeBSD.ORG Tue Dec 27 18:03:47 2005 Return-Path: X-Original-To: freebsd-eclipse@freebsd.org Delivered-To: freebsd-eclipse@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2017D16A437 for ; Tue, 27 Dec 2005 18:03:47 +0000 (GMT) (envelope-from micahjon@ywave.com) Received: from smtpout1.ywave.com (ycomradius.yelmtel.com [216.227.100.60]) by mx1.FreeBSD.org (Postfix) with SMTP id 84CDE43DAC for ; Tue, 27 Dec 2005 18:03:35 +0000 (GMT) (envelope-from micahjon@ywave.com) Received: (qmail 24177 invoked by uid 502); 27 Dec 2005 18:03:33 -0000 Received: from dsl-12-178-97-72.ywave.com (HELO ?192.168.1.65?) (micahjon@ywave.com@12.178.97.72) by 0 with SMTP; 27 Dec 2005 18:03:33 -0000 X-CLIENT-IP: 12.178.97.72 X-CLIENT-HOST: dsl-12-178-97-72.ywave.com Message-ID: <43B181F4.6060400@ywave.com> Date: Tue, 27 Dec 2005 10:03:32 -0800 From: Micah User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051224) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-eclipse@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Help with diagnosing eclipse freezes X-BeenThere: freebsd-eclipse@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "FreeBSD users of eclipse EDI, tools, rich client apps & ports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Dec 2005 18:03:47 -0000 Hey List, I asked a similar question back in November. See http://lists.freebsd.org/mailman/htdig/freebsd-eclipse/2005-November/000210.html A quick rehash: Starting eclipse via the command line "eclipse" takes ~3.5 minutes to start. Creating a new java project and a new class and then moving the cursor resulted in a 1 minute freeze. After it unfroze typing "System." caused the IDE to freeze for another minute. The times seem to be fairly consistent. This is on an Athlon 64 3000+ system with 1.5GB ram running FreeBSD-release 6.0 i386 with the generic kernel. I'm currently trying to run eclipse-3.1.1_2, but it happened on 3.1.1 and 3.1_3 as well. A top indicates that "java" is taking up all available processor time. No disk activity is indicated in systat or by the drive LED on the case. Poseidon, the other largish java application I use frequently, does not exhibit these freezes. Since November I've upgraded to FreeBSD 6.0 release, tried compiling eclipse with JDK15, tried compiling with JDK14, and tried the packaged version from ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-6-stable/All/eclipse-3.1.1_2.tbz. JDK15 fails to start crashing with a java hotspot zlib error. JDK14 and packaged both exhibit the same freezes. I'm not sure how to begin diagnosing this. Help with the debugger, eclipse debugging flags, or tools to watch the system during the freezes would be most appreciated. Thanks, Micah