Bug 2236182
Summary: | Release note placeholder for https://bugzilla.redhat.com/show_bug.cgi?id=2182059 | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 9 | Reporter: | Petr Hybl <phybl> |
Component: | doc-Release_Notes-9-en-US | Assignee: | Gabi Fialová <gfialova> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | RHEL DPM <rhel-docs> |
Severity: | medium | Docs Contact: | Petr Hybl <phybl> |
Priority: | medium | ||
Version: | 9.2 | CC: | lkuprova, mjw, rhel-docs |
Target Milestone: | rc | Keywords: | Documentation |
Target Release: | --- | Flags: | pm-rhel:
mirror+
|
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: |
.`eu-addr2line -i` now correctly handles code compiled with GCC link-time optimization
Previously, the `dwarf_getscopes` function from the `libdw` library included in `elfutils` was unable to find an abstract origin definition of a function that was compiled with GCC link-time optimization. Consequently, when you used the `-i` argument in the `eu-addr2line` command, `eu-addr2line` was unable to show inline functions for code compiled with `gcc -flto`. With this update, the `libdw dwarf_getscopes` function looks in the correct compile unit for the inlined scope, and `eu-addr2line -i` works as expected.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2023-10-05 08:29:23 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: | |
Embargoed: |
Description
Petr Hybl
2023-08-30 14:42:53 UTC
|