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

Bug 356814

Summary: Exception on App shutdown when InfoFlyout is active
Product: [RT] Riena Reporter: Sabine Achilles <achilles.sabine>
Component: UIAssignee: Sabine Achilles <achilles.sabine>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Sabine Achilles CLA 2011-09-06 09:52:22 EDT
When the InfoFlyout wants to start the animation and the application in closed at roughly the same time the following exception is thrown:

org.eclipse.swt.SWTException: Failed to execute runnable (org.eclipse.swt.SWTException: Widget is disposed)
	at org.eclipse.swt.SWT.error(SWT.java:4282)
	at org.eclipse.swt.SWT.error(SWT.java:4197)
	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:138)
	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4140)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3757)
	at org.eclipse.swt.widgets.Display.release(Display.java:3810)
	at org.eclipse.swt.graphics.Device.dispose(Device.java:295)
	at org.eclipse.riena.navigation.ui.swt.application.SwtApplication.createView(SwtApplication.java:78)
	at org.eclipse.riena.navigation.ui.application.AbstractApplication.start(AbstractApplication.java:79)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
	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:597)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1386)
Caused by: org.eclipse.swt.SWTException: Widget is disposed
	at org.eclipse.swt.SWT.error(SWT.java:4282)
	at org.eclipse.swt.SWT.error(SWT.java:4197)
	at org.eclipse.swt.SWT.error(SWT.java:4168)
	at org.eclipse.swt.widgets.Widget.error(Widget.java:468)
	at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:340)
	at org.eclipse.swt.widgets.Label.setText(Label.java:386)
	at org.eclipse.riena.ui.swt.facades.internal.InfoFlyoutRCP.updateIconAndMessage(InfoFlyoutRCP.java:160)
	at org.eclipse.riena.ui.swt.facades.internal.InfoFlyoutRCP.openFlyout(InfoFlyoutRCP.java:103)
	at org.eclipse.riena.internal.ui.ridgets.swt.InfoFlyoutRidget$Worker$1.run(InfoFlyoutRidget.java:108)
	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
	... 19 more
Comment 1 Sabine Achilles CLA 2011-09-06 09:54:00 EDT
fixed in head