From owner-freebsd-eclipse@FreeBSD.ORG Thu Nov 3 18:23:55 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 4945416A41F for ; Thu, 3 Nov 2005 18:23:55 +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 E554D43D49 for ; Thu, 3 Nov 2005 18:23:54 +0000 (GMT) (envelope-from micahjon@ywave.com) Received: (qmail 17153 invoked by uid 502); 3 Nov 2005 18:23:53 -0000 Received: from dsl28217.ywave.com (HELO ?192.168.1.65?) (micahjon@ywave.com@216.227.115.217) by 0 with SMTP; 3 Nov 2005 18:23:53 -0000 X-CLIENT-IP: 216.227.115.217 X-CLIENT-HOST: dsl28217.ywave.com Message-ID: <436A55B8.9080209@ywave.com> Date: Thu, 03 Nov 2005 10:23:52 -0800 From: Micah User-Agent: Mozilla Thunderbird 1.0.7 (X11/20050930) 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 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: Thu, 03 Nov 2005 18:23:55 -0000 Hey all, I asked a similar question on freebsd-questions but got few responses. When I start eclipse it takes 3 minutes 20 seconds to start (that's longer than FreeBSD, x.org, and KDE combined!) I might be able to work with that, but the other freeze occurs during editing. I created a simple helloWorld java project, started typing "System.out.println" but only got the first few characters typed before it locked up. After waiting a minute or two it comes back. When it coems back I can sometimes type five or six lines of System.out's, or sometimes only a few characters, before it freezes up again. I've turned off the automatic updates scheduler on startup (hoping to shorten the startup time), and the "Auto-Activation" in the "Code Assist" part of the Java Editor in preferences. Neither has helped. System details: AMD64 3000+ based, 1gb RAM with i386 version of FreeBSD. trisha# uname -a FreeBSD trisha.eidolonworld 5.4-RELEASE-p7 FreeBSD 5.4-RELEASE-p7 #0: Fri Sep 9 19:10:20 PDT 2005 root@trisha.eidolonworld:/usr/obj/usr/src/sys/TRISHA i386 I have the native jdk-1.4.2p7_2 and jdk-1.5.0p2_1 installed, with JAVA_VERSION set to 1.4 in my user's .cshrc (I had this problem before installing jdk1.5 too). I have eclipse-3.1.1 installed (it happened on 3.1_3 as well). Any help in debugging/fixing this problem would be greatly appreciated, Micah