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 #1 from Frank Ch. Eigler <fche at redhat dot com> 2011-05-30 20:38:25 UTC ---
mjw advises the following scheme may work.  In setupdwfl.cxx, replace
dwfl_standard_find_debuginfo with a new function of our own.  This
function would:
- call dwfl_module_build_id to find the build-id hex string of interest
- run dwfl_build_id_find_debuginfo to see if it's already installed
- check whether /usr/bin/abrt-action-debuginfo-install exists
- try to run it with   --id=XXXXX  
- if it fails, set a flag so we don't try again
- tail-call through to  return dwfl_standard_find_debuginfo();

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