Bug 6032

Summary: run times 3 with args = NPE
Product: frysk Reporter: Rick Moseley <rmoseley>
Component: generalAssignee: Rick Moseley <rmoseley>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: unspecified   
Target Milestone: ---   
Host: Target:
Build: Last reconfirmed:
Bug Depends on:    
Bug Blocks: 2246, 5500, 5501    

Description Rick Moseley 2008-04-04 14:08:42 UTC
While testing running with args:

(fhpd) load ../pkglibdir/funit-threads-looper
[0.0] Loaded executable file:
/home/rmoseley/frysk-git3/build/frysk-core/frysk/pkglibdir/funit-threads-looper
(fhpd) run arg1 arg2
Attached to process 10934
running with this command: ../pkglibdir/funit-threads-looper arg1 arg2
Running process 10934
(fhpd) run
Killing process 10934 that was created from
/home/rmoseley/frysk-git3/build/frysk-core/frysk/pkglibdir/funit-threads-looper
[0.0] Loaded executable file:
/home/rmoseley/frysk-git3/build/frysk-core/frysk/pkglibdir/funit-threads-looper
running with this command: ../pkglibdir/funit-threads-looper arg1 arg2
Task 10935 terminated by signal SIGKILL(9)
Task 10934 terminated by signal SIGKILL(9)
Attached to process 10990
Running process 10990
(fhpd) run arg3
Killing process 10990 that was created from
/home/rmoseley/frysk-git3/build/frysk-core/frysk/pkglibdir/funit-threads-looper
[0.0] Loaded executable file:
/home/rmoseley/frysk-git3/build/frysk-core/frysk/pkglibdir/funit-threads-looper
running with this command: ../pkglibdir/funit-threads-looper arg3
Task 10991 terminated by signal SIGKILL(9)
Task 10990 terminated by signal SIGKILL(9)
Attached to process 11012
Internal Error: java.lang.NullPointerException
   at frysk.hpd.StartRun.run(StartRun.java:236)
   at frysk.hpd.StartRun.interpretCmd(StartRun.java:141)
   at frysk.hpd.RunCommand.interpret(RunCommand.java:70)
   at frysk.hpd.ParameterizedCommand.interpret(ParameterizedCommand.java:147)
   at frysk.hpd.MultiLevelCommand.interpret(MultiLevelCommand.java:144)
   at frysk.hpd.CLI.execCommand(CLI.java:288)
   at frysk.bindir.fhpd$CommandLine.run(fhpd.java:149)
Comment 1 Rick Moseley 2008-04-17 20:43:18 UTC
Fixed when bz's 5500, 5501 were fixed.