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

--- Comment #2 from Frank Ch. Eigler <fche at redhat dot com> 2011-07-04 21:21:05 UTC ---
With fedora15 abrt-2.0.3-1.fc15.x86_64, the following works:

% eu-readelf -x .note.gnu.build-id /usr/bin/zip # for example

Hex dump of section [3] '.note.gnu.build-id', 36 bytes at offset 0x23c:
  0x00000000 04000000 14000000 03000000 474e5500 ............GNU.
  0x00000010 b038a398 648e7c04 6fd298aa c20b70bb .8..d.|.o.....p.
  0x00000020 9d4a2f05                            .J/.

% echo b038a398648e7c046fd298aac20b70bb9d4a2f05 |
abrt-action-install-debuginfo-to-abrt-cache -y --ids=-
[...]

% ls
/var/cache/abrt-di/usr/lib/debug/.build-id/b0/38a398648e7c046fd298aac20b70bb9d4a2f05
[...]

-- 
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]