Bug 5389 - fhpd step command on corefile process causes an NPE
Summary: fhpd step command on corefile process causes an NPE
Status: NEW
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Unassigned
URL:
Keywords:
Depends on:
Blocks: 2246
  Show dependency treegraph
 
Reported: 2007-11-21 10:45 UTC by Phil Muldoon
Modified: 2007-11-21 10:45 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

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