Bug 5286 - Walkback relaunching a program
Summary: Walkback relaunching a program
Status: RESOLVED DUPLICATE of bug 5142
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Debug (show other bugs)
Version: 2.0   Edit
Hardware: PC All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Darin Wright CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-10-26 10:34 EDT by Tim Ellison CLA
Modified: 2001-10-26 10:39 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 Tim Ellison CLA 2001-10-26 10:34:34 EDT
Build 2011018

Went to relaunch a program that had terminated.  It generated the following 
walkback in the .log file (further details available upon request)

Log: Fri Oct 26 15:31:28 GMT+01:00 2001
4 org.eclipse.ui 0 
java.lang.IllegalArgumentException: 
	at org.eclipse.core.internal.runtime.Assert.isLegal(Assert.java
(Compiled Code))
	at org.eclipse.core.runtime.Status.setMessage(Status.java(Compiled 
Code))
	at org.eclipse.core.runtime.Status.setMessage(Status.java(Compiled 
Code))
	at org.eclipse.core.runtime.Status.<init>(Status.java(Compiled Code))
	at org.eclipse.core.runtime.MultiStatus.<init>(MultiStatus.java:49)
	at org.eclipse.debug.internal.ui.ControlActionDelegate.run
(ControlActionDelegate.java:64)
	at org.eclipse.debug.internal.ui.ControlAction.run
(ControlAction.java:46)
	at org.eclipse.jface.action.Action.runWithEvent(Action.java:451)
	at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection
(ActionContributionItem.java:407)
	at org.eclipse.jface.action.ActionContributionItem.handleWidgetEvent
(ActionContributionItem.java:361)
	at org.eclipse.jface.action.ActionContributionItem.access$0
(ActionContributionItem.java:352)
	at 
org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent
(ActionContributionItem.java:47)
	at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java(Compiled 
Code))
	at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java(Compiled 
Code))
	at org.eclipse.swt.widgets.Display.runDeferredEvents(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:433)
	at org.eclipse.core.launcher.Main.main(Main.java:306)
Log: Fri Oct 26 15:31:33 GMT+01:00 2001
Comment 1 Darin Wright CLA 2001-10-26 10:39:29 EDT
Duplicate. Fixed in 20011025.

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