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.
Bug 1492780 - samba4: Recompile without BIND_NOW due to IFUNC relocation issue on ppc64
Summary: samba4: Recompile without BIND_NOW due to IFUNC relocation issue on ppc64
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: samba4
Version: 6.9
Hardware: ppc64
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
: ---
Assignee: Andreas Schneider
QA Contact: ipa-qe
URL:
Whiteboard:
Depends On:
Blocks: 1374441 1461138 1504542
TreeView+ depends on / blocked
 
Reported: 2017-09-18 15:34 UTC by Florian Weimer
Modified: 2021-09-09 12:36 UTC (History)
11 users (show)

Fixed In Version: samba4-4.2.10-13.el6
Doc Type: Bug Fix
Doc Text:
Cause: The samba4 packages were compiled in such a way that lazy binding during dynamic linking was disabled at run time. Consequence: On POWER, the IFUNC handler for the gettimeofday function in glibc would execute when glibc itself had not been relocated, leading to a crash when sssd_pac and other programs were started. Fix: The samba4 packages are again compiled without lazy binding. Result: The lazy relocation of the gettimeofday function is processed correctly and sssd_pac can start successfully on POWER.
Clone Of:
Environment:
Last Closed: 2018-06-19 05:15:06 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Bugzilla 1398716 0 high CLOSED glibc: ld.so relocation processing in forward dependency order breaks IFUNC resolvers 2021-09-09 12:00:48 UTC
Red Hat Product Errata RHSA-2018:1883 0 None None None 2018-06-19 05:16:14 UTC

Internal Links: 1398716

Description Florian Weimer 2017-09-18 15:34:06 UTC
/usr/lib64/samba/libsamba-debug-samba4.so is linked with BIND_NOW and references gettimeofday, which has an IFUNC resolver on ppc64.  However, on Red Hat Enterprise Linux 6, glibc processes relocations in the wrong order, so when the IFUNC resolver runs, libc.so.6 has not yet been relocated.  As a result, there is a crash during relocation.  See bug 1398716 for details.

We cannot change the dynamic linker behavior at this point in the Red Hat Enterprise Linux 6 product life-cycle, so the only way to fix this issue is to recompile samba4 without BIND_NOW.

Comment 12 errata-xmlrpc 2018-06-19 05:15:06 UTC
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://access.redhat.com/errata/RHSA-2018:1883


Note You need to log in before you can comment on or make changes to this bug.