Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » AspectJ » Widget is disposed exception on build
Widget is disposed exception on build [message #572004] Tue, 21 October 2003 16:01
Sean Kirby is currently offline Sean KirbyFriend
Messages: 5
Registered: July 2009
Junior Member
Hi,

I'm running ajdt 1.1.4 on winXP with eclipse3.0M4 and i sometimes get an
SWTException when trying to build. I don't know exactly what i'm doing to
cause it but once it happens, it happens every time i build. To make it go
away, i close all of my open editors.

org.eclipse.swt.SWTException: Widget is disposed
at org.eclipse.swt.SWT.error(SWT.java:2369)
at org.eclipse.swt.SWT.error(SWT.java:2299)
at org.eclipse.swt.widgets.Widget.error(Widget.java:388)
at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:317)
at org.eclipse.swt.widgets.Label.setImage(Label.java:339)
at
org.eclipse.jface.dialogs.ProgressMonitorDialog$ProgressMoni tor.clearBlocked
(ProgressMonitorDialog.java:229)
at
org.eclipse.jface.operation.AccumulatingProgressMonitor$4.ru n(AccumulatingPr
ogressMonitor.java:195)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:3 5)
at
org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchr onizer.java:102)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.jav a:2150)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :1867)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:2347)
at org.eclipse.ui.internal.Workbench.run(Workbench.java:2330)
at
org.eclipse.core.internal.boot.InternalBootLoader.run(Intern alBootLoader.jav
a:858)
at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39
)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl
..java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.eclipse.core.launcher.Main.basicRun(Main.java:299)
at org.eclipse.core.launcher.Main.run(Main.java:765)
at org.eclipse.core.launcher.Main.main(Main.java:599)

Any ideas on what i can do to try to localize the problem?

Sean Kirby
Previous Topic:Widget is disposed exception on build
Next Topic:Newgroup problems: An update
Goto Forum:
  


Current Time: Tue Mar 19 10:57:38 GMT 2024

Powered by FUDForum. Page generated in 0.02273 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top