Community
Participate
Working Groups
1. Window > New Window 2. Window > Open Perspective > Debug 3. Hover your mouse over the 'Java' perspective's tool item. 4. Click on it and then immediately hit Alt+F4. 5. An SWTException will occur. Caused by: org.eclipse.swt.SWTException: Widget is disposed at org.eclipse.swt.SWT.error(SWT.java:4277) at org.eclipse.swt.SWT.error(SWT.java:4192) at org.eclipse.swt.SWT.error(SWT.java:4163) 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.Composite.layout(Composite.java:661) at org.eclipse.e4.ui.workbench.addons.minmax.MinMaxAddon$4$1.run(MinMaxAddon.java:234) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135) ... 24 more
Created attachment 197840 [details] Safe up the asynchExec
This is an innocuous bug that is not likely to occur in practice. I am not convinced that we should be fixing this now.
*** Bug 352972 has been marked as a duplicate of this bug. ***
4.1 RC4 is over.
This is causing (at least) two test failures. Eric, can you push this fix or should I do it for you?
Fix pushed to master. http://git.eclipse.org/c/platform/eclipse.platform.ui.git/commit/?id=0d550946757cee29e8fef0339567bddb90a4061d
Verified with I20111205-2330 on Windows 7.