Bug 6620

Summary: Issuing next before a process is run gets an NPE
Product: frysk Reporter: Sami Wagiaalla <swagiaal>
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 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)