-
Story
-
Resolution: Unresolved
-
Undefined
-
rhel-9.7
-
glibc-2.34-216.el9
-
None
-
2
-
rhel-pt-c-libs
-
ssg_platform_tools
-
3
-
False
-
False
-
-
Yes
-
Red Hat Enterprise Linux for SAP Solutions
-
PT Libraries 2025 S09, PT Libraries 2025 S10
-
Pass
-
Automated
-
Enhancement
-
-
Done
-
Required
-
Unspecified
-
Done
-
x86_64, ppc64le
-
Linux
-
None
We see slow performance in our DB application in situations where many exceptions have to be handled. It happens e.g. on large systems, many users, same query executed by many users. Profiling shows that a lot of time is spent in __dl_iterate_phdr called from _Unwind_Find_FDE.
With (1) libgcc can use a faster approach based on dl_find_object, which was first added to glibc 2.35 with (2)
Both are already available in RHEL10 but as we have many customers on RHEL9 we would like to request a backport of those patches to RHEL9
1- https://gcc.gnu.org/cgit/gcc/diff/libgcc/unwind-dw2-fde-dip.c?id=790854ea7670f1
2- https://sourceware.org/git/?p=glibc.git;a=commit;h=5d28a8962dcb6ec056b81d730e3c6fb57185a210
- causes
-
RHEL-107564 glibc: Add definition of _dl_find_object to libc.a
-
- Release Pending
-
-
RHEL-104852 glibc: Fix ld.so gap handling in _dl_find_object [rhel-9]
-
- Release Pending
-
- is duplicated by
-
RHEL-93321 Backprot request for _dl_find_object to RHEL9
-
- Closed
-
-
RHEL-93322 Backprot request for _dl_find_object to RHEL9
-
- Closed
-
- is related to
-
RHEL-105957 glibc: Adapt RHEL-80538 related changes to RHEL-93320 backport
-
- Release Pending
-
- is triggering
-
RHEL-105072 gcc: libgcc_s side of C++ exception handling performance improvement
-
- Release Pending
-
-
RHEL-106166 glibc: Add Requires(pre) dependency on libgcc [rhel-9]
-
- Release Pending
-
-
RHEL-93942 glibc: Use _dl_find_object instead of _dl_find_dso_for_object in printf fortification
-
- Closed
-
- links to
-
RHSA-2025:146717 glibc security update