Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 458870 - [Outline] ContentOutline shows IllegalArgumentException dialog during debugging
Summary: [Outline] ContentOutline shows IllegalArgumentException dialog during debugging
Status: CLOSED DUPLICATE of bug 459388
Alias: None
Product: Platform
Classification: Eclipse Project
Component: IDE (show other bugs)
Version: 4.5   Edit
Hardware: PC Linux
: P3 critical (vote)
Target Milestone: ---   Edit
Assignee: Platform UI Triaged CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-31 07:06 EST by Andrey Loskutov CLA
Modified: 2015-05-27 04:02 EDT (History)
3 users (show)

See Also:


Attachments
Screenshot as it happens often during debugging (172.95 KB, image/png)
2015-01-31 11:51 EST, Andrey Loskutov CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andrey Loskutov CLA 2015-01-31 07:06:13 EST
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)
Comment 1 Andrey Loskutov CLA 2015-01-31 11:51:00 EST
Created attachment 250409 [details]
Screenshot as it happens often during debugging
Comment 2 Sergey Prigogin CLA 2015-02-18 22:21:48 EST
I'm also seeing this.
Comment 3 Dani Megert CLA 2015-02-19 04:54:32 EST

*** This bug has been marked as a duplicate of bug 459388 ***