abrt + updates-testing

Andrew Haley aph at redhat.com
Wed Feb 17 15:21:54 UTC 2010


On 02/17/2010 01:37 PM, Neal Becker wrote:
> What controls where abrt looks for debuginfo?  I installed packages from 
> updates-testing, and it seems abrt did not find debuginfo for them.  I then 
> tried enabling by default updates-testing-debuginfo in yum config.  Then I 
> told abrt to refresh, but it did not seem to help find missing packages.

If you do 

zebedee:~ $ eu-readelf -n /usr/bin/gcc                      

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

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

you'll see the Build ID.

Now look in

zebedee:~ $ ls -l /usr/lib/debug/.build-id/77/73029d7a9ce9926b4a65bc47b0b57cd271c90b.debug 
lrwxrwxrwx. 1 root root 23 2010-02-03 11:58 /usr/lib/debug/.build-id/77/73029d7a9ce9926b4a65bc47b0b57cd271c90b.debug -> ../../usr/bin/gcc.debug

Andrew.


More information about the users mailing list