Bug 176263 - Error: "Application error" in org.eclipse.osgi
Summary: Error: "Application error" in org.eclipse.osgi
Status: CLOSED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: OHF (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P2 normal (vote)
Target Milestone: ---   Edit
Assignee: Daniel Ford CLA
QA Contact: Daniel Ford CLA
URL:
Whiteboard:
Keywords: ui
Depends on:
Blocks:
 
Reported: 2007-03-02 18:56 EST by Daniel Ford CLA
Modified: 2012-01-05 13:32 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Ford CLA 2007-03-02 18:56:59 EST
-- Error Log --
Date: Fri Mar 02 18:51:12 EST 2007
Message: Application error
Severity: Error
Plugin ID: org.eclipse.osgi
Stack Trace:
org.eclipse.swt.SWTException: Widget is disposed
at org.eclipse.swt.SWT.error(SWT.java:3374)
at org.eclipse.swt.SWT.error(SWT.java:3297)
at org.eclipse.swt.SWT.error(SWT.java:3268)
at org.eclipse.swt.widgets.Widget.error(Widget.java:435)
at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:330)
at org.eclipse.swt.widgets.Label.setText(Label.java:365)
at org.eclipse.ohf.stem.ui.views.SimulationControl.updateTimeLabel(SimulationControl.java:269)
at org.eclipse.ohf.stem.ui.views.SimulationControl.simulationChanged(SimulationControl.java:591)
at org.eclipse.ohf.stem.jobs.simulation.SimulationManager$SimulationAdapter.fireSimulationChanged(SimulationManager.java:524)
at org.eclipse.ohf.stem.jobs.simulation.SimulationManager$SimulationAdapter$1.run(SimulationManager.java:546)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:123)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3325)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2971)
at org.eclipse.swt.widgets.Display.release(Display.java:3020)
at org.eclipse.swt.graphics.Device.dispose(Device.java:262)
at org.eclipse.ohf.stem.core.common.presentation.CoreEditorAdvisor$Application.run(CoreEditorAdvisor.java:117)
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:64)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:615)
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 John Thomas CLA 2007-05-04 15:47:47 EDT
This problem has been fixed in the past. 
It now has a dispose() method that calls SimulationManager.removeListener()

It can be closed 
Comment 2 Daniel Ford CLA 2007-05-04 15:53:02 EDT
fixed
Comment 3 Daniel Ford CLA 2007-05-04 15:53:15 EDT
closed