Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 139508

Summary: Seems to be an error in the TreeViewer
Product: [Eclipse Project] Platform Reporter: Paul Webster <pwebster>
Component: DebugAssignee: Platform-UI-Inbox <Platform-UI-Inbox>
Status: RESOLVED DUPLICATE QA Contact:
Severity: normal    
Priority: P3    
Version: 3.2   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Whiteboard:
Attachments:
Description Flags
Treeviewer error none

Description Paul Webster CLA 2006-05-01 10:47:13 EDT
I was starting up a self-hosted debug eclipse, and it was stopped in breakpoints.  I clicked in the Debug view (which I had opened in the java perspective) on the Main app, and it generated an unhandled event loop error.

My build was:
eclipse.buildId=I20060428-1315
java.version=1.4.2_08
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US
Command-line arguments:  -os linux -ws gtk -arch x86 -data /opt/pwebster/workspaces/general320-keys



java.lang.NullPointerException
	at org.eclipse.debug.internal.ui.viewers.AsynchronousTreeViewer$5.paintControl(AsynchronousTreeViewer.java:634)
	at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:83)
	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1070)
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1094)
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1079)
	at org.eclipse.swt.widgets.Control.gtk_expose_event(Control.java:2012)
	at org.eclipse.swt.widgets.Composite.gtk_expose_event(Composite.java:576)
	at org.eclipse.swt.widgets.Widget.windowProc(Widget.java:1415)
	at org.eclipse.swt.widgets.Display.windowProc(Display.java:3787)
	at org.eclipse.swt.internal.gtk.OS._gtk_main_do_event(Native Method)
	at org.eclipse.swt.internal.gtk.OS.gtk_main_do_event(OS.java:5242)
	at org.eclipse.swt.widgets.Display.eventProc(Display.java:1128)
	at org.eclipse.swt.internal.gtk.OS._g_main_context_iteration(Native Method)
	at org.eclipse.swt.internal.gtk.OS.g_main_context_iteration(OS.java:1424)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2833)
	at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1914)
	at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1878)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:419)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143)
	at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:95)
	at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:324)
	at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
	at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
	at org.eclipse.core.launcher.Main.run(Main.java:977)
	at org.eclipse.core.launcher.Main.main(Main.java:952)
Comment 1 Paul Webster CLA 2006-05-01 10:50:23 EDT
Created attachment 39938 [details]
Treeviewer error

It's the last 2 bugs in the log.  The first 4 or 5 are an unrelated JDT matter.

PW
Comment 2 Darin Wright CLA 2006-05-02 23:13:35 EDT

*** This bug has been marked as a duplicate of 139853 ***