[Bug translator/32999] New: handle PIE executables with segments where file-offset is not vaddr

fche at redhat dot com sourceware-bugzilla@sourceware.org
Tue May 27 00:28:01 GMT 2025


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

            Bug ID: 32999
           Summary: handle PIE executables with segments where file-offset
                    is not vaddr
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: translator
          Assignee: systemtap at sourceware dot org
          Reporter: fche at redhat dot com
  Target Milestone: ---

Reported-by: lijunolong 
Possible patch:
https://gist.github.com/zhuizhuhaomeng/9a8676bbc74b543b9e119a85a113b2f0

Possible triggering cases:

for f in /usr/bin/* /lib64/lib*.so.?
do
echo $f; readelf -l $f | grep LOAD | awk '($2 != $3) { print }'
done

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


More information about the Systemtap mailing list