Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jdt-debug-dev] Wierd stack trace?

Trying to launch a simple java program in my target Eclipse, the UI froze up 
for a while so I suspended the main thread to see what it was doing.

Does this stack trace make sense to anyone? If I resume the main thread and 
suspend it repeatedly, I always get the same stack trace. The action 
contribution item that it's updating is the "Sav&e All" action.

Thread [main] (Suspended)
	String.<init>(StringBuffer) line: 417 [local variables unavailable]
	StringBuffer.toString() line: 1225
	ActionContributionItem.update(String) line: 591
	MenuManager.update(String) line: 459
	MenuManager.update(String) line: 459
	WWinKeyBindingService.clear() line: 177
	WWinKeyBindingService$2.shellDeactivated(ShellEvent) line: 132
	TypedListener.handleEvent(Event) line: 165
	EventTable.sendEvent(Event) line: 81
	Shell(Widget).sendEvent(Event) line: 906
	Display.runDeferredEvents() line: 1594
	Display.readAndDispatch() line: 1387
	ModalContext$ModalContextThread.block() line: 136
	ModalContext.run(IRunnableWithProgress, boolean, IProgressMonitor, Display) 
line: 261
	ProgressMonitorDialog.run(boolean, boolean, IRunnableWithProgress) line: 357
	DebugUITools.launch(ILaunchConfiguration, String) line: 494
	LaunchAction.run() line: 66
	LaunchAction.runWithEvent(Event) line: 81
	ActionContributionItem.handleWidgetSelection(Event) line: 456
	ActionContributionItem.handleWidgetEvent(Event) line: 403
	ActionContributionItem.access$0(ActionContributionItem, Event) line: 397
	ActionContributionItem$ActionListener.handleEvent(Event) line: 72
	EventTable.sendEvent(Event) line: 81
	MenuItem(Widget).sendEvent(Event) line: 906
	Display.runDeferredEvents() line: 1594
	Display.readAndDispatch() line: 1387
	Workbench.runEventLoop(Window$IExceptionHandler) line: 1402
	Workbench.run(Object) line: 1385
	InternalBootLoader.run(String, URL, String, String[], Runnable) line: 845
	BootLoader.run(String, URL, String, String[], Runnable) line: 461
	NativeMethodAccessorImpl.invoke0(Method, Object, Object[]) line: not 
available [native method]
	NativeMethodAccessorImpl.invoke(Object, Object[]) line: 39
	DelegatingMethodAccessorImpl.invoke(Object, Object[]) line: 25
	Method.invoke(Object, Object[]) line: 324
	Main.basicRun(String[]) line: 247
	Main.run(String[]) line: 703
	Main.main(String[]) line: 539



Back to the top