Bug 5387

Summary: fhpd finish command causes an NPE on corefile process
Product: frysk Reporter: Phil Muldoon <pmuldoon>
Component: generalAssignee: Unassigned <frysk-bugzilla>
Status: NEW ---    
Severity: normal    
Priority: P2    
Version: unspecified   
Target Milestone: ---   
Host: Target:
Build: Last reconfirmed:
Bug Depends on:    
Bug Blocks: 2246    

Description Phil Muldoon 2007-11-21 10:40:38 UTC
The finish command should not work on a corefile process. Should check that the
process can be stepped first. Current usage:

(fhpd) finish
Internal Error: java.lang.NullPointerException
   at frysk.stepping.SteppingEngine.stepOut(fhpd)
   at frysk.hpd.StepFinishCommand.interpret(fhpd)
   at frysk.hpd.ParameterizedCommand.interpret(fhpd)
   at frysk.hpd.MultiLevelCommand.interpret(fhpd)
   at frysk.hpd.CLI.execCommand(fhpd)
   at frysk.bindir.fhpd.main(fhpd)