Bug 1755 - SmokeTest - Widget is disposed kills workbench (1GLCE2Z)
Summary: SmokeTest - Widget is disposed kills workbench (1GLCE2Z)
Status: RESOLVED DUPLICATE of bug 1759
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Debug (show other bugs)
Version: 2.0   Edit
Hardware: All All
: P1 critical (vote)
Target Milestone: ---   Edit
Assignee: Darin Wright CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-10-10 22:18 EDT by Darin Wright CLA
Modified: 2001-10-11 12:30 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Darin Wright CLA 2001-10-10 22:18:46 EDT
DW (10/9/2001 1:44:37 PM)
	Follow the debug smoke test using latest 2.0 stream
	I launch the debug target (VectorTest), and when execution suspends, my IDE disappears,
	with this stack dump in the console:


org.eclipse.swt.SWTError: Widget is disposed
	at org.eclipse.swt.custom.TableTreeItem.getDisplay(TableTreeItem.java:180)
	at org.eclipse.swt.widgets.Widget.isValidThread(Widget.java(Compiled Code))
	at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java(Compiled Code))
	at org.eclipse.swt.widgets.Widget.getData(Widget.java(Compiled Code))
	at org.eclipse.ui.views.properties.PropertySheetViewer.applyEditorValue(PropertySheetViewer.java:193)
	at org.eclipse.ui.views.properties.PropertySheetViewer.setInput(PropertySheetViewer.java:696)
	at org.eclipse.ui.views.properties.PropertySheetPage.selectionChanged(PropertySheetPage.java:229)
	at org.eclipse.ui.views.properties.PropertySheet.selectionChanged(PropertySheet.java:199)
	at org.eclipse.ui.internal.SelectionService$2.run(SelectionService.java:48)
	at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java(Compiled Code))
	at org.eclipse.core.runtime.Platform.run(Platform.java(Compiled Code))
	at org.eclipse.ui.internal.SelectionService.fireSelection(SelectionService.java:46)
	at org.eclipse.ui.internal.SelectionService.partActivated(SelectionService.java:87)
	at org.eclipse.ui.internal.WorkbenchPage.firePartActivated(WorkbenchPage.java:579)
	at org.eclipse.ui.internal.WorkbenchPage.setActivePart(WorkbenchPage.java:1275)
	at org.eclipse.ui.internal.WorkbenchPage.activate(WorkbenchPage.java:98)
	at org.eclipse.debug.internal.ui.DebugView.openEditorAndSetMarker(DebugView.java:292)
	at org.eclipse.debug.internal.ui.DebugView.showMarkerForCurrentSelection(DebugView.java:240)
	at org.eclipse.debug.internal.ui.DebugView.selectionChanged(DebugView.java:178)
	at org.eclipse.jface.viewers.Viewer.fireSelectionChanged(Viewer.java:147)
	at org.eclipse.jface.viewers.StructuredViewer.updateSelection(StructuredViewer.java:907)
	at org.eclipse.jface.viewers.StructuredViewer.setSelection(StructuredViewer.java:687)
	at org.eclipse.debug.internal.ui.LaunchesViewer.setSelection(LaunchesViewer.java:81)
	at org.eclipse.debug.internal.ui.DebugView.autoExpand(DebugView.java:473)
	at org.eclipse.debug.internal.ui.LaunchesViewer.autoExpand(LaunchesViewer.java:47)
	at org.eclipse.debug.internal.ui.DebugContentProvider.doHandleSuspendEvent(DebugContentProvider.java:142)
	at org.eclipse.debug.internal.ui.DebugContentProvider.doHandleDebugEvent(DebugContentProvider.java:111)
	at org.eclipse.debug.internal.ui.BasicContentProvider$1.run(BasicContentProvider.java:95)
	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:29)
	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java(Compiled Code))
	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java(Compiled Code))
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java(Compiled Code))
	at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java(Compiled Code))
	at org.eclipse.ui.internal.Workbench.run(Workbench.java:658)
	at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:820)
	at org.eclipse.core.boot.BootLoader.run(BootLoader.java:285)
	at java.lang.reflect.Method.invoke(Native Method)
	at org.eclipse.core.launcher.Main.basicRun(Main.java:151)
	at org.eclipse.core.launcher.Main.run(Main.java:502)
	at org.eclipse.core.launcher.UIMain.main(UIMain.java:52)

DS (10/9/01 2:11:13 PM)
	Duplicate of 1GLC7KS: ITPDUI:ALL - SWTError changing breakpoint attributes using property sheet
Comment 1 Darin Wright CLA 2001-10-11 12:30:00 EDT

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