[Bug tools/26043] New: eu-addr2line debuginfo-path option with relative path doesn't find file:line information

devel.origin at gmail dot com sourceware-bugzilla@sourceware.org
Tue May 26 09:37:26 GMT 2020


https://sourceware.org/bugzilla/show_bug.cgi?id=26043

            Bug ID: 26043
           Summary: eu-addr2line debuginfo-path option with relative path
                    doesn't find file:line information
           Product: elfutils
           Version: unspecified
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: tools
          Assignee: unassigned at sourceware dot org
          Reporter: devel.origin at gmail dot com
                CC: elfutils-devel at sourceware dot org
  Target Milestone: ---

$ eu-addr2line -x 0x7fecb0892b18 --debuginfo-path=../../demo/build --pid=18030
_ZN6nsdemo13forEachThreadEPFviPvES0_+0x1ce (.text)
??:0
$ eu-addr2line -x 0x7fecb0892b18 --debuginfo-path="$(realpath
../../demo/build)" --pid=18030
_ZN6nsdemo13forEachThreadEPFviPvES0_+0x1ce (.text)
/home/devel/demo/src/ForEachThread.cpp:40
$

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Elfutils-devel mailing list