Bug 6620 - Issuing next before a process is run gets an NPE
Summary: Issuing next before a process is run gets 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: 2008-06-10 21:23 UTC by Sami Wagiaalla
Modified: 2008-06-10 21:23 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 Sami Wagiaalla 2008-06-10 21:23:19 UTC
[swagiaal@toner frysk-core]$ ./frysk/bindir/fhpd ./frysk/pkglibdir/funit-hello
[0.0] Loaded executable file:
/notnfs/swagiaal/frysks.bin/frysk.patches/frysk-core/frysk/pkglibdir/funit-hello
(fhpd) next
Internal Error: java.lang.NullPointerException
   at frysk.stepping.SteppingEngine.stepOver(SteppingEngine.java:471)
   at frysk.hpd.StepNextCommand.interpret(StepNextCommand.java:87)
   at frysk.hpd.ParameterizedCommand.interpret(ParameterizedCommand.java:147)
   at frysk.hpd.MultiLevelCommand.interpret(MultiLevelCommand.java:144)
   at frysk.hpd.CLI.execCommand(CLI.java:289)
   at frysk.bindir.fhpd$CommandLine.run(fhpd.java:150)

(fhpd)