Community
Participate
Working Groups
Regression in 4.5 M5: during debugging, on stepping through the code, outline view shows time to time error dialog with the stack below. I never seen it before. 4.5 M4 was OK. During debugging I have Outline hidden and behind the variables view, but for whatever reasons it tries to update itself and throws the exception below. java.lang.IllegalArgumentException: Argument not valid at org.eclipse.swt.SWT.error(SWT.java:4458) at org.eclipse.swt.SWT.error(SWT.java:4392) at org.eclipse.swt.SWT.error(SWT.java:4363) at org.eclipse.swt.widgets.Widget.error(Widget.java:477) at org.eclipse.swt.widgets.Tree.showItem(Tree.java:3559) at org.eclipse.swt.widgets.Tree.setVisible(Tree.java:3627) at org.eclipse.ui.part.PageBook.showPage(PageBook.java:104) at org.eclipse.ui.part.PageBookView.showPageRec(PageBookView.java:1018) at org.eclipse.ui.views.contentoutline.ContentOutline.showPageRec(ContentOutline.java:228) at org.eclipse.ui.part.PageBookView.partActivated(PageBookView.java:773) at org.eclipse.ui.views.contentoutline.ContentOutline.partBroughtToTop(ContentOutline.java:194) at org.eclipse.ui.part.PageBookView$4.partBroughtToTop(PageBookView.java:1081) at org.eclipse.ui.internal.WorkbenchPage$22.run(WorkbenchPage.java:4942) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42) at org.eclipse.ui.internal.WorkbenchPage.firePartBroughtToTop(WorkbenchPage.java:4939) at org.eclipse.ui.internal.WorkbenchPage.access$14(WorkbenchPage.java:4923) at org.eclipse.ui.internal.WorkbenchPage$E4PartListener.partBroughtToTop(WorkbenchPage.java:206) at org.eclipse.e4.ui.internal.workbench.PartServiceImpl$7.run(PartServiceImpl.java:306)
Created attachment 250409 [details] Screenshot as it happens often during debugging
I'm also seeing this.
*** This bug has been marked as a duplicate of bug 459388 ***