Bug 5390 - fhpd stepi command causes NPE in corefile process
Summary: fhpd stepi command causes NPE in corefile process
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:47 UTC by Phil Muldoon
Modified: 2007-11-21 10:47 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:47:03 UTC
[pmuldoon@localhost frysk_bin]$ ./frysk-core/frysk/bindir/fhpd core.11108
Attached to core file: /home/pmuldoon/frysk_bin/core.11108
Comment 1 Phil Muldoon 2007-11-21 10:47:42 UTC
(rest of first comment)

(fhpd) stepi 
Internal Error: java.lang.NullPointerException
   at frysk.stepping.SteppingEngine.stepInstruction(fhpd)
   at frysk.hpd.StepInstructionCommand.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)