Bug 6567 - elf symbol lookup fails on executables
Summary: elf symbol lookup fails on executables
Status: ASSIGNED
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: 6541 6573
  Show dependency treegraph
 
Reported: 2008-05-27 15:46 UTC by Andrew Cagney
Modified: 2008-06-11 17:33 UTC (History)
2 users (show)

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 15:46:09 UTC
For instance:

$ LD_LIBRARY_PATH=/home/scratch/frysk/git/native/frysk-imports/elfutils/backends
./frysk/bindir/fhpd ./frysk/pkglibdir/funit-hello
[0.0] Loaded executable file:
/home/scratch/frysk/git/native/frysk-core/frysk/pkglibdir/funit-hello
(fhpd) print main
Error: Module could not be found for this process
(fhpd) info debuginfo 
/home/scratch/frysk/git/native/frysk-core/frysk/pkglibdir/funit-hello
/home/scratch/frysk/git/native/frysk-core/frysk/pkglibdir/funit-hello

(fhpd) disassemble main
[0.0]
Error: Module could not be found for this process
(fhpd)