Bug 5142 - Internal Error on relaunch
Summary: Internal Error on relaunch
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Debug (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P1 normal (vote)
Target Milestone: ---   Edit
Assignee: Joe Szurszewski CLA
QA Contact:
URL:
Whiteboard:
Keywords:
: 5286 (view as bug list)
Depends on:
Blocks:
 
Reported: 2001-10-22 11:39 EDT by Martin Aeschlimann CLA
Modified: 2001-10-26 10:39 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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. ***