Bug 149183 - When an error happens, the debug target should be destroyed
Summary: When an error happens, the debug target should be destroyed
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: ATF (show other bugs)
Version: unspecified   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 149182
  Show dependency tree
 
Reported: 2006-06-29 12:11 EDT by Adam Peller CLA
Modified: 2020-05-07 10:51 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 Adam Peller CLA 2006-06-29 12:11:22 EDT
exception handling in bug #149182.  See 149182 to reproduce.  java.lang.Errors should be caught, cleanup done, then re-thrown per JVM spec.  The catch (somewhere on the stack) should have unwound the launch creation of the debug target.