This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug translator/12773] invoke abrt-action-debuginfo-install --id=XXXXX if missing debuginfo


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

Mark Wielaard <mjw at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mjw at redhat dot com

--- Comment #3 from Mark Wielaard <mjw at redhat dot com> 2011-07-04 21:48:09 UTC ---
(In reply to comment #2)
> % eu-readelf -x .note.gnu.build-id /usr/bin/zip # for example

FYI.
eu-readelf -n or eu-unzip -n give a slightly easier way to read the build-id:

$ eu-readelf -n /usr/bin/zip

Note section [ 2] '.note.ABI-tag' of 32 bytes at offset 0x148:
  Owner          Data size  Type
  GNU                   16  VERSION
    OS: Linux, ABI: 2.6.32

Note section [ 3] '.note.gnu.build-id' of 36 bytes at offset 0x168:
  Owner          Data size  Type
  GNU                   20  GNU_BUILD_ID
    Build ID: d39236960645ea293a34c2af6761a74b821e231d

$ eu-unstrip -n -e /usr/bin/zip
0x8047000+0x80580 d39236960645ea293a34c2af6761a74b821e231d@0x8047178
/usr/bin/zip -

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]