Bug 1963710
Summary: | glibc: static compilation segfaults with getpwuid(500) | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Andrew G. Morgan <morgan> |
Component: | glibc | Assignee: | Carlos O'Donell <codonell> |
Status: | CLOSED UPSTREAM | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 34 | CC: | aoliva, arjun.is, codonell, dj, fweimer, law, mcermak, mfabian, pfrankli, rth, sipoyare |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2021-06-01 13:42:45 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
Andrew G. Morgan
2021-05-23 15:46:25 UTC
Would you please check which NSS modules are listed for passwd in /etc/nsswitch.conf and report them here? Thanks. I believe I have whatever the default install provides: $ grep -v '^#' /etc/nsswitch.conf passwd: sss files systemd group: sss files systemd netgroup: sss files automount: sss files services: sss files shadow: files sss hosts: files myhostname mdns4_minimal [NOTFOUND=return] resolve [!UNAVAIL=return] dns aliases: files ethers: files gshadow: files networks: files dns protocols: files publickey: files rpc: files $ I've got a fix for the crash in _p11_kit_init. However, there is anothe rcrash in nss_systemd in TLS access which will need a totally different fix. I looked at the crash site and it's the __tls_get_addr issue. We are going to be tracking this issue upstream here: https://sourceware.org/bugzilla/show_bug.cgi?id=26729 I am marking this CLOSED/UPSTREAM. We can review this again when we fix it upstream. We know that it affects the use case of a static binary needing to access identity data. We will review the upstream issue and backport as required to enable the fix in Fedora. We need this fixed upstream first before it can be fixed downstream. |