Bug 2181545
| Summary: | Main process exited after running `systemctl reload autofs.service` | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Joerg <jkastnin> |
| Component: | sssd | Assignee: | sssd-maintainers <sssd-maintainers> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | abokovoy, atikhono, ikent, jhrozek, lslebodn, luk.claes, mzidek, pbrezina, sbose, ssorce, sssd-maintainers |
| Target Milestone: | --- | Keywords: | Triaged |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | sssd-2.9.0-1.fc39 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2023-05-17 18:14:44 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
Joerg
2023-03-24 13:35:14 UTC
(In reply to Joerg from comment #0) snip ... > > --Type <RET> for more, q to quit, c to continue without paging--c > [Thread debugging using libthread_db enabled] > > Using host libthread_db library "/lib64/libthread_db.so.1". > Core was generated by `/usr/sbin/automount --systemd-service > --dont-check-daemon'. > Program terminated with signal SIGSEGV, Segmentation fault. > #0 0x00007f1dd305a530 in ?? () > [Current thread is 1 (Thread 0x7f1dd0bfb6c0 (LWP 1001))] > (gdb) bt > #0 0x00007f1dd305a530 in ?? () > #1 0x00007f1dd3575100 in __GI___nptl_deallocate_tsd () at > nptl_deallocate_tsd.c:73 > #2 __GI___nptl_deallocate_tsd () at nptl_deallocate_tsd.c:22 > #3 0x00007f1dd357807a in start_thread (arg=<optimized out>) at > pthread_create.c:455 > #4 0x00007f1dd35fe78c in clone3 () at > ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78 > --- Using the python script that Florian supplied in bug 2162939 I get: [0:1] 0x562023250470 <key_thread_stdenv_vars_destroy> (None) [1:1] 0x7fa0b2d59a20 <__GI___libc_free> (/lib64/libc.so.6) [2:1] 0x7fa0b2fa0ef0 <xmlFreeGlobalState> (/lib64/libxml2.so.2) [3:1] 0x7fa0b2844530 (None) [Inferior 1 (process 9674) detached] I matched the crash to the tsd key 0x7fa0b2844530. I suspected this was a sssd tsd key so I changed the "automount: files sss" to "automount: files" in /etc/nsswicth.conf and the crash went away. I then downloaded the rawhide sssd source rpm and compared to the RHEL rpm where this has been fixed. I found that the patch to fix the problem is not present in the rawhide rpm. Alexey could you update sssd in rawhide please? Hi, I confirm that changing the "automount: files sss" to "automount: files" in /etc/nsswicth.conf works around the problem. All the best, Joerg Hi, (In reply to Ian Kent from comment #1) > > Alexey could you update sssd in rawhide please? how urgent is this? We plan to rebase SSSD on sssd-2.9 (where this bug is fixed) in a couple of weeks... Could it wait until then or is it more pressing? (In reply to Alexey Tikhonov from comment #3) > Hi, > > (In reply to Ian Kent from comment #1) > > > > Alexey could you update sssd in rawhide please? > > how urgent is this? > > We plan to rebase SSSD on sssd-2.9 (where this bug is fixed) in a couple of > weeks... > Could it wait until then or is it more pressing? I think that would be ok with Joerg but I believe he needs autofs to be functional in F37 so which sss NVR was this introduced in? (In reply to Ian Kent from comment #4) > (In reply to Alexey Tikhonov from comment #3) > > Hi, > > > > (In reply to Ian Kent from comment #1) > > > > > > Alexey could you update sssd in rawhide please? > > > > how urgent is this? > > > > We plan to rebase SSSD on sssd-2.9 (where this bug is fixed) in a couple of > > weeks... > > Could it wait until then or is it more pressing? > > I think that would be ok with Joerg but I believe he needs autofs to be > functional in F37 so which sss NVR was this introduced in? F37 should be also affected. We will address all supported versions at the same time. F37 will be fixed in sssd-2.9.0-1.fc37 |