| Summary: | objdump -S disassembly code doesn't follow /usr/lib/debug/.... conventions, so can't find sources | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 6 | Reporter: | Brad Hubbard <bhubbard> | ||||
| Component: | binutils | Assignee: | Nick Clifton <nickc> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Miloš Prchlík <mprchlik> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | 6.9 | CC: | bhubbard, fche, fweimer, jkurik, law, mcermak, mprchlik, nickc, ohudlick, qe-baseos-tools-bugs, vumrao | ||||
| Target Milestone: | rc | Keywords: | Patch | ||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: |
Cause:
The Fedora/RHEL specific global debug info directories
were missing from the bfd library.
Consequence:
Any tool that used the bfd library to locate debug
information would fail to find it if this information
was installed into the /usr/lib/debug or /usr/lib/debug/usr
directories.
Fix:
Add code to the bfd libraries to search for debug info
files in the indicated directories.
Result:
The bfd library can now locate debug information when it
is located in separate debug info files installed into
the /usr/lib/debug directory heirarchy.
|
Story Points: | --- | ||||
| Clone Of: | 1311352 | Environment: | |||||
| Last Closed: | 2017-03-21 10:32:08 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Bug Depends On: | 1311352 | ||||||
| Bug Blocks: | |||||||
| Attachments: |
|
||||||
redirecting to RHEL6; bug also exists on RHEL6.7 Fixed in: binutils-2.20.51.0.2-5.45.el6 Verified with build binutils-2.20.51.0.2-5.46.el6. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHBA-2017-0677.html |
Created attachment 1130189 [details] Add Red Hat specific search locations for debug info files This patch will fix the problem...