Bug 11222 - ABRT interface
Summary: ABRT interface
Status: RESOLVED FIXED
Alias: None
Product: systemtap
Classification: Unclassified
Component: translator (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-26 17:21 UTC by Frank Ch. Eigler
Modified: 2010-04-23 00:21 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Frank Ch. Eigler 2010-01-26 17:21:08 UTC
Fedora includes ABRT for application crash reporting.
This is relevant to systemtap to the extent that abrt
includes an on-the-fly debuginfo downloader.  We should
investigate 1) invoking this tool in the case of missing
debuginfo  and 2) adding the ABRT debuginfo cache path
to the elfutils DEBUGINFO_PATH.
Comment 1 Frank Ch. Eigler 2010-04-23 00:21:11 UTC
commit f70e99355 does part 2; part 1 requires abrt enhancements,
see https://bugzilla.redhat.com/show_bug.cgi?id=585039