This is the mail archive of the frysk-bugzilla@sourceware.org mailing list for the frysk project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug general/5300] New: fhpd: "where" command aborts with NPE


When trying to debug a proc with 2 threads and the process is started running
using the "go" command, the where command aborts with an NPE.  Here is the sequence:

 ./fhpd
(fhpd) run /home/rmoseley/testpeek
Attached to process 31653
(fhpd) where
#0 0x4a909810 in _start () from /lib/ld-2.6.so
(fhpd) go
(fhpd) attach /home/rmoseley/testpeek pid=31653 -task tid=31654 -cli
attach /home/rmoseley/testpeek pid=31653 -task tid=31653 -cli

(fhpd) where
[0.0]
java.lang.NullPointerException
   at frysk.hpd.WhereCommand.interpret(WhereCommand.java:93)
   at frysk.hpd.ParameterizedCommand.interpret(ParameterizedCommand.java:138)
   at frysk.hpd.MultiLevelCommand.interpret(MultiLevelCommand.java:119)
   at frysk.hpd.CLI.execCommand(CLI.java:318)
   at frysk.bindir.fhpd.main(fhpd.java:148)
Internal debugger error:  
(fhpd) 


This sequence occurs on the latest F7(as of Nov. 9) on an x86.  I will attach
the test program that makes this occur.

-- 
           Summary: fhpd: "where" command aborts with NPE
           Product: frysk
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: general
        AssignedTo: frysk-bugzilla at sourceware dot org
        ReportedBy: rmoseley at redhat dot com
OtherBugsDependingO 2246
             nThis:


http://sourceware.org/bugzilla/show_bug.cgi?id=5300

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]