Bug 568738 - Project Explorer Graphic is disposed
Summary: Project Explorer Graphic is disposed
Status: NEW
Alias: None
Product: PDE
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 4.18   Edit
Hardware: Macintosh Windows 10
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: PDE-UI-Inbox CLA
QA Contact:
URL:
Whiteboard: stalebug
Keywords:
Depends on:
Blocks:
 
Reported: 2020-11-12 02:42 EST by meng qingchen CLA
Modified: 2022-11-03 05:32 EDT (History)
0 users

See Also:


Attachments
bug (98.51 KB, image/png)
2020-11-12 02:42 EST, meng qingchen CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description meng qingchen CLA 2020-11-12 02:42:00 EST
Created attachment 284743 [details]
bug

1. download eclipse-rcp-2020-09-R-win32-x86_64.zip
2. run
3. show menu(Project Explorer)
4. select projects presentation -> hierarchical
5. select projects presentation -> flat



Error Log

org.eclipse.swt.SWTException: Graphic is disposed
	at org.eclipse.swt.SWT.error(SWT.java:4869)
	at org.eclipse.swt.SWT.error(SWT.java:4784)
	at org.eclipse.swt.SWT.error(SWT.java:4755)
	at org.eclipse.swt.graphics.Image.getImageData(Image.java:1367)
	at org.eclipse.swt.internal.ImageList.set(ImageList.java:365)
	at org.eclipse.swt.internal.ImageList.add(ImageList.java:52)
	at org.eclipse.swt.widgets.Tree.imageIndex(Tree.java:3672)
	at org.eclipse.swt.widgets.Tree.wmNotifyChild(Tree.java:7353)
	at org.eclipse.swt.widgets.Control.wmNotify(Control.java:5813)
	at org.eclipse.swt.widgets.Composite.wmNotify(Composite.java:1950)
	at org.eclipse.swt.widgets.Control.WM_NOTIFY(Control.java:5381)
	at org.eclipse.swt.widgets.Control.windowProc(Control.java:4815)
	at org.eclipse.swt.widgets.Display.windowProc(Display.java:4913)
	at org.eclipse.swt.internal.win32.OS.CallWindowProc(Native Method)
	at org.eclipse.swt.widgets.Tree.callWindowProc(Tree.java:1546)
	at org.eclipse.swt.widgets.Control.windowProc(Control.java:4860)
	at org.eclipse.swt.widgets.Tree.windowProc(Tree.java:5972)
	at org.eclipse.swt.widgets.Display.windowProc(Display.java:4921)
	at org.eclipse.swt.internal.win32.OS.DispatchMessage(Native Method)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3610)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1157)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1046)
	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155)
	at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:644)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:551)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:153)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:150)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:657)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:594)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1465)
Comment 1 meng qingchen CLA 2020-11-12 03:03:01 EST
(In reply to meng qingchen from comment #0)
> Created attachment 284743 [details]
> bug
> 
> 1. download eclipse-rcp-2020-09-R-win32-x86_64.zip
> 2. run
  3. create a project..and create some classes..
> 3. show menu(Project Explorer)
> 4. select projects presentation -> hierarchical
> 5. select projects presentation -> flat
> 
> 
> 
> Error Log
> 
> org.eclipse.swt.SWTException: Graphic is disposed
> 	at org.eclipse.swt.SWT.error(SWT.java:4869)
> 	at org.eclipse.swt.SWT.error(SWT.java:4784)
> 	at org.eclipse.swt.SWT.error(SWT.java:4755)
> 	at org.eclipse.swt.graphics.Image.getImageData(Image.java:1367)
> 	at org.eclipse.swt.internal.ImageList.set(ImageList.java:365)
> 	at org.eclipse.swt.internal.ImageList.add(ImageList.java:52)
> 	at org.eclipse.swt.widgets.Tree.imageIndex(Tree.java:3672)
> 	at org.eclipse.swt.widgets.Tree.wmNotifyChild(Tree.java:7353)
> 	at org.eclipse.swt.widgets.Control.wmNotify(Control.java:5813)
> 	at org.eclipse.swt.widgets.Composite.wmNotify(Composite.java:1950)
> 	at org.eclipse.swt.widgets.Control.WM_NOTIFY(Control.java:5381)
> 	at org.eclipse.swt.widgets.Control.windowProc(Control.java:4815)
> 	at org.eclipse.swt.widgets.Display.windowProc(Display.java:4913)
> 	at org.eclipse.swt.internal.win32.OS.CallWindowProc(Native Method)
> 	at org.eclipse.swt.widgets.Tree.callWindowProc(Tree.java:1546)
> 	at org.eclipse.swt.widgets.Control.windowProc(Control.java:4860)
> 	at org.eclipse.swt.widgets.Tree.windowProc(Tree.java:5972)
> 	at org.eclipse.swt.widgets.Display.windowProc(Display.java:4921)
> 	at org.eclipse.swt.internal.win32.OS.DispatchMessage(Native Method)
> 	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3610)
> 	at
> org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.
> run(PartRenderingEngine.java:1157)
> 	at
> org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
> 	at
> org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.
> run(PartRenderingEngine.java:1046)
> 	at
> org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.
> java:155)
> 	at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:644)
> 	at
> org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
> 	at
> org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:551)
> 	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:153)
> 	at
> org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.
> java:150)
> 	at
> org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:
> 203)
> 	at
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.
> runApplication(EclipseAppLauncher.java:134)
> 	at
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.
> start(EclipseAppLauncher.java:104)
> 	at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
> 	at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
> 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native
> Method)
> 	at
> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.
> invoke(NativeMethodAccessorImpl.java:62)
> 	at
> java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.
> invoke(DelegatingMethodAccessorImpl.java:43)
> 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
> 	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:657)
> 	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:594)
> 	at org.eclipse.equinox.launcher.Main.run(Main.java:1465)
Comment 2 Eclipse Genie CLA 2022-11-03 05:32:25 EDT
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet.

If you have further information on the current state of the bug, please add it. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant.

--
The automated Eclipse Genie.