Eclipse plugin 15.1 - Widget is disposed
Posted: Mon Oct 07, 2013 12:58 pm
Hello,
editing an XSD schema I got the following error (and it keeps repeating once in a while now, probably won't stop until I restart eclipse).
Don't know the exact steps to reproduce it, I was using the visual editor, Attributes and Facets views and Edit attributes context menu.
Details of the environment:
Thanks for looking into this.
<temp44>
editing an XSD schema I got the following error (and it keeps repeating once in a while now, probably won't stop until I restart eclipse).
Don't know the exact steps to reproduce it, I was using the visual editor, Attributes and Facets views and Edit attributes context menu.
Code: Select all
org.eclipse.swt.SWTException: Widget is disposed
at org.eclipse.swt.SWT.error(SWT.java:4397)
at org.eclipse.swt.SWT.error(SWT.java:4312)
at org.eclipse.swt.SWT.error(SWT.java:4283)
at org.eclipse.swt.widgets.Widget.error(Widget.java:481)
at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:418)
at org.eclipse.swt.widgets.Control.setRedraw(Control.java:4596)
at com.oxygenxml.editor.editors.h.b.kwc(Unknown Source)
at com.oxygenxml.editor.editors.h.c.kwc(Unknown Source)
at com.oxygenxml.editor.editors.xml.tb$1.yuc(Unknown Source)
at ro.sync.exml.editor.s.ab.cvc(Unknown Source)
at ro.sync.exml.editor.s.ab.gvc(Unknown Source)
at ro.sync.exml.editor.s.ab$_b.actionPerformed(Unknown Source)
at com.oxygenxml.editor.k.kc$1.c(Unknown Source)
at com.oxygenxml.editor.k.kc$_b.run(Unknown Source)
at org.eclipse.swt.widgets.Display.timerProc(Display.java:4318)
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:2288)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3361)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1113)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:997)
at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:138)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:610)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:567)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:124)
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:354)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:181)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:636)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:591)
at org.eclipse.equinox.launcher.Main.run(Main.java:1450)
Code: Select all
eclipse.buildId=4.3.0.M20130911-1000
java.version=1.7.0_25
java.vendor=Oracle Corporation
BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US
Framework arguments:
Command-line arguments: -os linux -ws gtk -arch x86
<temp44>