Bug 6032 - run times 3 with args = NPE
Summary: run times 3 with args = NPE
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Rick Moseley
URL:
Keywords:
Depends on:
Blocks: 2246 5500 5501
  Show dependency treegraph
 
Reported: 2008-04-04 14:08 UTC by Rick Moseley
Modified: 2008-04-17 20:43 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 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.