public inbox for frysk-bugzilla@sourceware.org
help / color / mirror / Atom feed
* [Bug general/6591] New: frysk.bindir.TestFstep due to disassembler errors
@ 2008-06-04 19:26 swagiaal at redhat dot com
  2008-06-13 18:16 ` [Bug general/6591] " rmoseley at redhat dot com
  0 siblings, 1 reply; 2+ messages in thread
From: swagiaal at redhat dot com @ 2008-06-04 19:26 UTC (permalink / raw)
  To: frysk-bugzilla

1) testFirstStep(frysk.bindir.TestFstep)frysk.expunit.EndOfFileException:
end-of-file; expecting:  <<^\[\d+\]\t0x8048a30\t>>; buffer <<Exception in thread
"main" lib.dwfl.ElfException: no disassember available
   at lib.dwfl.Disassembler.disassemble_instructions(fstep)
   at lib.dwfl.Disassembler.disassembleInstructions(fstep)
   at frysk.bindir.fstep.updateExecuted(fstep)
   at frysk.proc.live.LinuxPtraceProc$14.add(fstep)
   at frysk.proc.live.LinuxPtraceTaskState$BlockedSignal.handleAddObservation(fstep)
   at frysk.proc.live.LinuxPtraceTask.handleAddObservation(fstep)
   at frysk.proc.live.TaskObservation.handleAdd(fstep)
   at frysk.proc.live.LinuxPtraceProcState$3.handleAddObservation(fstep)
   at frysk.proc.live.LinuxPtraceProc.handleAddObservation(fstep)
   at frysk.proc.live.LinuxPtraceProc$14.execute(fstep)
   at frysk.event.EventLoop.runEventLoop(fstep)
   at frysk.event.EventLoop.run(fstep)
   at frysk.util.ProcRunUtil.start(fstep)
   at frysk.bindir.fstep.main(fstep)
>>
   at frysk.expunit.Child.expectMilliseconds(TestRunner)
   at frysk.expunit.Expect.expect(TestRunner)
   at frysk.expunit.Expect.expect(TestRunner)
   at frysk.bindir.TestFstep.testFirstStep(TestRunner)
   at frysk.junit.Runner.runCases(TestRunner)
   at frysk.junit.Runner.runTestCases(TestRunner)
   at TestRunner.main(TestRunner)
2)
testFstepAcceptsPIDArgument(frysk.bindir.TestFstep)frysk.expunit.EndOfFileException:
end-of-file; expecting:  <<19841>>; buffer <<Exception in thread "main"
java.lang.NullPointerException
   at lib.dwfl.Disassembler.disassembleInstructions(fstep)
   at frysk.bindir.fstep.updateExecuted(fstep)
   at frysk.proc.live.LinuxPtraceProc$14.add(fstep)
   at frysk.proc.live.LinuxPtraceTaskState$Running.handleStoppedEvent(fstep)
   at frysk.proc.live.LinuxPtraceTask.processStoppedEvent(fstep)
   at frysk.proc.live.LinuxWaitBuilder.stopped(fstep)
   at frysk.sys.Wait.wait(fstep)
   at frysk.sys.Wait.wait(fstep)
   at frysk.event.WaitEventLoop.block(fstep)
   at frysk.event.EventLoop.runEventLoop(fstep)
   at frysk.event.EventLoop.run(fstep)
   at frysk.util.ProcRunUtil.start(fstep)
   at frysk.bindir.fstep.main(fstep)
>>
   at frysk.expunit.Child.expectMilliseconds(TestRunner)
   at frysk.expunit.Expect.expect(TestRunner)
   at frysk.expunit.Expect.expect(TestRunner)
   at frysk.expunit.Expect.expect(TestRunner)
   at frysk.bindir.TestFstep.testFstepAcceptsPIDArgument(TestRunner)
   at frysk.junit.Runner.runCases(TestRunner)
   at frysk.junit.Runner.runTestCases(TestRunner)
   at TestRunner.main(TestRunner)

-- 
           Summary: frysk.bindir.TestFstep due to disassembler errors
           Product: frysk
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: general
        AssignedTo: frysk-bugzilla at sourceware dot org
        ReportedBy: swagiaal at redhat dot com
                CC: hunt at redhat dot com
OtherBugsDependingO 3364
             nThis:


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

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Bug general/6591] frysk.bindir.TestFstep due to disassembler errors
  2008-06-04 19:26 [Bug general/6591] New: frysk.bindir.TestFstep due to disassembler errors swagiaal at redhat dot com
@ 2008-06-13 18:16 ` rmoseley at redhat dot com
  0 siblings, 0 replies; 2+ messages in thread
From: rmoseley at redhat dot com @ 2008-06-13 18:16 UTC (permalink / raw)
  To: frysk-bugzilla


------- Additional Comments From rmoseley at redhat dot com  2008-06-13 18:15 -------
Hmmmm, I think I am seeing the same thing when both the GUI and the command
line.  From the Gui when I try to open a core file I get this:

java.lang.NullPointerException
   at lib.dwfl.Disassembler.disassembleInstructions(Disassembler.java:61)
   at frysk.gui.srcwin.SourceBuffer.disassembleFrame(SourceBuffer.java:856)
   at frysk.gui.srcwin.SourceWindow.populateStackBrowser(SourceWindow.java:652)
   at frysk.gui.srcwin.SourceWindow.finishSourceWin(SourceWindow.java:550)
   at frysk.gui.srcwin.SourceWindow.<init>(SourceWindow.java:472)
   at
frysk.gui.srcwin.SourceWindowFactory.createSourceWindow(SourceWindowFactory.java:135)
   at
frysk.gui.srcwin.SourceWindowFactory.attachToCore(SourceWindowFactory.java:151)
   at frysk.gui.srcwin.SourceWindow.examineCoreFile(SourceWindow.java:1645)
   at frysk.gui.srcwin.SourceWindow.access$31(SourceWindow.java:1644)
   at frysk.gui.srcwin.SourceWindow$4.actionEvent(SourceWindow.java:1041)
   at org.gnu.gtk.Action.fireActionEvent(libgtkjava-2.8.so)
   at org.gnu.gtk.Action.handleActivate(libgtkjava-2.8.so)
   at org.gnu.gtk.Gtk.gtk_main(libgtkjava-2.8.so)
   at frysk.gui.Gui.gui(Gui.java:231)
   at frysk.gui.FryskGui.main(FryskGui.java:58)


and from the commandline I get:

 ./fhpd
(fhpd) load bash
[0.0] Loaded executable file: /bin/bash
(fhpd) info debuginfo
/bin/bash /usr/lib/debug/bin/bash.debug

(fhpd) disassemble
[0.0]
Dump of assembler code for function: [unknown]
Internal Error: java.lang.NullPointerException
   at lib.dwfl.Disassembler.disassembleInstructions(Disassembler.java:61)
   at lib.dwfl.Disassembler.disassembleInstructionsStartEnd(Disassembler.java:70)
   at frysk.hpd.DisassembleCommand.interpret(DisassembleCommand.java:163)
   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)


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|frysk.bindir.TestFstep due  |frysk.bindir.TestFstep due
                   |to disassembler errors      |to disassembler errors


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

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-06-13 18:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-06-04 19:26 [Bug general/6591] New: frysk.bindir.TestFstep due to disassembler errors swagiaal at redhat dot com
2008-06-13 18:16 ` [Bug general/6591] " rmoseley at redhat dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).