Bug 5389

Summary: fhpd step command on corefile process causes an NPE
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:45:32 UTC
The step command should not be attempting to step a corefile process. Checks
need to be made beforehand. Current usage:

(fhpd) step
Internal Error: java.lang.NullPointerException
   at frysk.stepping.SteppingEngine.setUp(fhpd)
   at frysk.stepping.SteppingEngine.stepLine(fhpd)
   at frysk.hpd.StepCommand.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)