Bug 5714 - Issuing a 'go' command after a 'load'/'core' command tries to run
Summary: Issuing a 'go' command after a 'load'/'core' command tries to run
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
  Show dependency treegraph
 
Reported: 2008-02-02 05:10 UTC by Rick Moseley
Modified: 2008-02-02 08:39 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-02-02 05:10:38 UTC
After either loading a core file or an executable and before starting or
runningit if a "go" command is issued a backtrace occurs.

(fhpd) load ../pkglibdir/funit-threads-looper
Loaded executable file: ../pkglibdir/funit-threads-looper
(fhpd) go
Internal Error: java.lang.NullPointerException
   at frysk.stepping.SteppingEngine.setTaskRunning(SteppingEngine.java:983)
   at frysk.hpd.GoCommand.interpret(GoCommand.java:83)
   at frysk.hpd.ParameterizedCommand.interpret(ParameterizedCommand.java:142)
   at frysk.hpd.MultiLevelCommand.interpret(MultiLevelCommand.java:140)
   at frysk.hpd.CLI.execCommand(CLI.java:277)
   at frysk.bindir.fhpd.main(fhpd.java:179)
Comment 1 Rick Moseley 2008-02-02 08:39:28 UTC
Fixed in HEAD.