Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
# /lib64/ld-2.28.so --verify /usr/lib/modules/$(uname -r)/vdso/vdso64.so
Segmentation fault (core dumped)
This is basically the same issue as Fedora report at bz#2002756
The problem happens with ReaR, when building the ISO used for recovery,
it verifies that all libraries have their dependencies available.
Confirmed, the crash appears to be in the same place:
==27== Process terminating with default action of signal 11 (SIGSEGV)
==27== Bad permissions for mapped region at address 0x4800408
==27== at 0x11310A: UnknownInlinedFun (get-dynamic-info.h:101)
==27== by 0x11310A: _dl_map_object_from_fd (dl-load.c:1198)
==27== by 0x114710: _dl_map_object (dl-load.c:2233)
==27== by 0x125DB8: map_doit (rtld.c:653)
==27== by 0x122EDB: _dl_catch_exception (dl-error-skeleton.c:208)
==27== by 0x122F82: _dl_catch_error (dl-error-skeleton.c:227)
==27== by 0x12A592: dl_main (rtld.c:1418)
==27== by 0x1252B2: _dl_sysdep_start (dl-sysdep.c:256)
==27== by 0x126BAA: _dl_start_final (rtld.c:490)
==27== by 0x126BAA: _dl_start (rtld.c:583)
==27== by 0x125C57: ??? (in /usr/lib64/ld-2.28.so)
==27== by 0x2: ???
==27== by 0x1FFF00068E: ???
==27== by 0x1FFF000694: ???
This is probably not going to be easy to backport, though.
Is there a workaround in ReaR? Or is it just about the coredump showing up in the logs?