Bug 5142

Summary: Internal Error on relaunch
Product: [Eclipse Project] JDT Reporter: Martin Aeschlimann <martinae>
Component: DebugAssignee: Joe Szurszewski <eclipse>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P1 CC: t.p.ellison
Version: 2.0   
Target Milestone: ---   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description Martin Aeschlimann CLA 2001-10-22 11:39:22 EDT
205
1. Put a breakpoint in VectorTest.testCapacity (anywhere)
2. Debug to the breakpoint (IBM JRE)
3. Select the thread. Relaunch

-> Internal Exception


Stack trace:
   java/lang/Throwable.<init>()V
   java/lang/Throwable.<init>(Ljava/lang/String;)V
   org/eclipse/core/internal/runtime/Assert.isLegal(ZLjava/lang/String;)Z
   org/eclipse/core/internal/runtime/Assert.isLegal(Z)Z
   org/eclipse/core/runtime/Status.setMessage(Ljava/lang/String;)V
   org/eclipse/core/runtime/Status.<init>
(ILjava/lang/String;ILjava/lang/String;Ljava/lang/Throwable;)V
   org/eclipse/core/runtime/MultiStatus.<init>
(Ljava/lang/String;ILjava/lang/String;Ljava/lang/Throwable;)V
   org/eclipse/debug/internal/ui/ControlActionDelegate.run()V
   org/eclipse/debug/internal/ui/ControlAction.run()V
   org/eclipse/jface/action/Action.runWithEvent(Lorg/eclipse/swt/widgets/Event;)
V
   org/eclipse/jface/action/ActionContributionItem.handleWidgetSelection
(Lorg/eclipse/swt/widgets/Event;)V
   org/eclipse/jface/action/ActionContributionItem.handleWidgetEvent
(Lorg/eclipse/swt/widgets/Event;)V
   org/eclipse/jface/action/ActionContributionItem.access$0
(Lorg/eclipse/jface/action/ActionContributionItem;Lorg/eclipse/swt/widgets/Event
;)V
   org/eclipse/jface/action/ActionContributionItem$ActionListener.handleEvent
(Lorg/eclipse/swt/widgets/Event;)V
   org/eclipse/swt/widgets/EventTable.sendEvent(Lorg/eclipse/swt/widgets/Event;)
V
   org/eclipse/swt/widgets/Widget.notifyListeners
(ILorg/eclipse/swt/widgets/Event;)V
   org/eclipse/swt/widgets/Display.runDeferredEvents()Z
   org/eclipse/swt/widgets/Display.readAndDispatch()Z
   org/eclipse/ui/internal/Workbench.runEventLoop()V
   org/eclipse/ui/internal/Workbench.run(Ljava/lang/Object;)Ljava/lang/Object;
   org/eclipse/core/internal/boot/InternalBootLoader.run
(Ljava/lang/String;Ljava/net/URL;Ljava/lang/String;[Ljava/lang/String;)
Ljava/lang/Object;
   org/eclipse/core/boot/BootLoader.run
(Ljava/lang/String;Ljava/net/URL;Ljava/lang/String;[Ljava/lang/String;)
Ljava/lang/Object;
   SlimLauncher.main([Ljava/lang/String;)V
Comment 1 Darin Wright CLA 2001-10-22 16:18:13 EDT
Fixed. RelaunchActionDelegate did not specify a "status message" (was null), 
and MultiStatus no longer allows null as a message in the constructor.

Re-assigning for verification...
Comment 2 Darin Wright CLA 2001-10-22 16:18:25 EDT
Please Verify.
Comment 3 Martin Aeschlimann CLA 2001-10-23 03:48:13 EDT
verified
Comment 4 Darin Wright CLA 2001-10-26 10:39:29 EDT
*** Bug 5286 has been marked as a duplicate of this bug. ***