Hide Forgot
This bug has been created based on an anonymous crash report requested by the package maintainer. Report URL: http://faf.lab.eng.brq.redhat.com/faf/reports/bthash/65a7dc31475ddbd7944bc0f6e8215e332e359b08/ time: Mon 03 Dec 2018 03:25:02 AM EST package: sssd-proxy-2.0.0-23.el8 reason: proxy_child killed by SIGABRT cmdline: /usr/libexec/sssd/proxy_child -d 0xf7f0 --debug-timestamps=1 --debug-microseconds=0 --logger=files --domain PROXY --id 1 executable: /usr/libexec/sssd/proxy_child component: sssd uid: 0 username: root hostname: auto-hv-02-guest10.idmqe.lab.eng.bos.redhat.com os_release: Red Hat Enterprise Linux release 8.0 Beta (Ootpa) architecture: x86_64 pwd: / kernel: 4.18.0-48.el8.x86_64 abrt_version: 2.10.9 Reports: uReport: BTHASH=65a7dc31475ddbd7944bc0f6e8215e332e359b08 ABRT Server: URL=http://faf.lab.eng.brq.redhat.com/faf/reports/bthash/65a7dc31475ddbd7944bc0f6e8215e332e359b08 ABRT Server: URL=http://faf.lab.eng.brq.redhat.com/faf/reports/9747/ Full Backtrace: could not find '.gnu_debugaltlink' file for /var/cache/abrt-di/usr/lib/debug/usr/libexec/sssd/proxy_child-2.0.0-23.el8.x86_64.debug [New LWP 24034] Error while reading shared library symbols for /usr/lib64/sssd/libsss_util.so: could not find '.gnu_debugaltlink' file for /var/cache/abrt-di/usr/lib/debug/usr/lib64/sssd/libsss_util.so-2.0.0-23.el8.x86_64.debug Error while reading shared library symbols for /lib64/libbasicobjects.so.0: could not find '.gnu_debugaltlink' file for /var/cache/abrt-di/usr/lib/debug/usr/lib64/libbasicobjects.so.0.1.0-0.6.1-39.el8.x86_64.debug Error while reading shared library symbols for /lib64/libref_array.so.1: could not find '.gnu_debugaltlink' file for /var/cache/abrt-di/usr/lib/debug/usr/lib64/libref_array.so.1.2.1-0.6.1-39.el8.x86_64.debug Error while reading shared library symbols for /lib64/libcollection.so.4: could not find '.gnu_debugaltlink' file for /var/cache/abrt-di/usr/lib/debug/usr/lib64/libcollection.so.4.1.1-0.6.1-39.el8.x86_64.debug Error while reading shared library symbols for /usr/lib64/sssd/libsss_cert.so: could not find '.gnu_debugaltlink' file for /var/cache/abrt-di/usr/lib/debug/usr/lib64/sssd/libsss_cert.so-2.0.0-23.el8.x86_64.debug Error while reading shared library symbols for /usr/lib64/sssd/libsss_crypt.so: could not find '.gnu_debugaltlink' file for /var/cache/abrt-di/usr/lib/debug/usr/lib64/sssd/libsss_crypt.so-2.0.0-23.el8.x86_64.debug Error while reading shared library symbols for /usr/lib64/sssd/libsss_child.so: could not find '.gnu_debugaltlink' file for /var/cache/abrt-di/usr/lib/debug/usr/lib64/sssd/libsss_child.so-2.0.0-23.el8.x86_64.debug Error while reading shared library symbols for /lib64/libsss_certmap.so.0: could not find '.gnu_debugaltlink' file for /var/cache/abrt-di/usr/lib/debug/usr/lib64/libsss_certmap.so.0.0.0-2.0.0-23.el8.x86_64.debug Error while reading shared library symbols for /usr/lib64/sssd/libsss_debug.so: could not find '.gnu_debugaltlink' file for /var/cache/abrt-di/usr/lib/debug/usr/lib64/sssd/libsss_debug.so-2.0.0-23.el8.x86_64.debug Error while reading shared library symbols for /lib64/libsystemd.so.0:
Thank you for the bug report, do you know how to reproduce this bug? Or were there any logs?
Hello Jakub, You can reproduce this bug by cloning the beaker job client/ldap_provider/case_sensitive https://beaker.engineering.redhat.com/jobs/3190937 And log for above beaker job, http://beaker-archive.host.prod.eng.bos.redhat.com/beaker-logs/2018/12/31909/3190937/6241900/85127061/taskout.log
(In reply to Madhuri from comment #2) > Hello Jakub, > > You can reproduce this bug by cloning the beaker job > client/ldap_provider/case_sensitive > https://beaker.engineering.redhat.com/jobs/3190937 > > And log for above beaker job, > http://beaker-archive.host.prod.eng.bos.redhat.com/beaker-logs/2018/12/31909/ > 3190937/6241900/85127061/taskout.log Thank you, I cloned the test job and can reproduce the problem as well.
I assume crash is caused by forgotten TODO https://pagure.io/SSSD/sssd/blob/6f113c7ddeaa5c82558e10118b499d22bf7a2b/f/src/providers/proxy/proxy_auth.c#_586
(In reply to Lukas Slebodnik from comment #4) > I assume crash is caused by forgotten TODO > > https://pagure.io/SSSD/sssd/blob/6f113c7ddeaa5c82558e10118b499d22bf7a2b/f/ > src/providers/proxy/proxy_auth.c#_586 It's worse, the current version doesn't even get to this point, the proxy_child crashes even before because its D-Bus name is not compliant. It's tracked with a PR, at least. The todo is then the next thing that needs to be fixed..
Upstream ticket: https://pagure.io/SSSD/sssd/issue/3872
Upstream ticket: https://pagure.io/SSSD/sssd/issue/3892
First part of the fix: * f47940356462a3f477fe462e71d7680c959300db
Second part of the fix: * 807bbce25ffedb6f0d2d61831b5d5133e11aa84a
I realized this is not QE acked so, I am moving this back to POST. Steven, can you please QE ack this? The patches are ready (I even did a scratch build and wanted to push to OSCI when I hit the missing ack).
Verified with: sssd-2.0.0-38.el8.x86_64 Successful beaker without any crash, case sensitive with openldap: https://beaker.engineering.redhat.com/jobs/3287572 case sensitive with 389 ds: https://beaker.engineering.redhat.com/jobs/3287573 From the above marking this bug as Verified.