Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] problems with CDT 1.2 on Mac OS X 10.3

Is anyone running CDT 1.2 on Mac OS X 10.3?  I am experiencing significant
delays when typing in the editor-- after typing just a few characters, CPU
usage shoots up to 85-90% and Eclipse just hangs for several seconds.  The
only error I see in the console from Eclipse is listed below...has anyone
experienced anything similar, or have any ideas what the problem might be?

Thanks,
Tim

!ENTRY org.eclipse.cdt.ui 4 4 Nov 03, 2003 07:44:35.865

!MESSAGE Error

!STACK 0

java.lang.NullPointerException

    at 
org.eclipse.cdt.internal.ui.editor.OpenDeclarationsAction.run(OpenDeclaratio
nsAction.java:116)

    at org.eclipse.jface.action.Action.runWithEvent(Action.java:842)

    at 
org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(Action
ContributionItem.java:456)

    at 
org.eclipse.jface.action.ActionContributionItem.handleWidgetEvent(ActionCont
ributionItem.java:403)

    at 
org.eclipse.jface.action.ActionContributionItem.access$0(ActionContributionI
tem.java:397)

    at 
org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent(A
ctionContributionItem.java:72)

    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81)

    at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1012)

    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2079)

    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1795)

    at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1402)

    at org.eclipse.ui.internal.Workbench.run(Workbench.java:1385)

    at 
org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.jav
a:858)

    at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)

    at java.lang.reflect.Method.invoke(Native Method)

    at org.eclipse.core.launcher.Main.basicRun(Main.java:291)

    at org.eclipse.core.launcher.Main.run(Main.java:747)

    at org.eclipse.core.launcher.Main.main(Main.java:583)

    at java.lang.reflect.Method.invoke(Native Method)

    at apple.launcher.LaunchRunner.run(LaunchRunner.java:88)

    at apple.launcher.LaunchRunner.callMain(LaunchRunner.java:50)

    at 
apple.launcher.JavaApplicationLauncher.launch(JavaApplicationLauncher.java:5
2)



Back to the top