Bug 6571 - fstep crashes when there's no disassembler
Summary: fstep crashes when there's no disassembler
Status: NEW
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Unassigned
URL:
Keywords:
Depends on:
Blocks: 6541
  Show dependency treegraph
 
Reported: 2008-05-27 16:16 UTC by Andrew Cagney
Modified: 2008-05-27 16:16 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 Andrew Cagney 2008-05-27 16:16:59 UTC
Previously it would print the addresses:

$  ./frysk/bindir/fstep ./frysk/pkglibdir/funit-helloException 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)