(In reply to Jeremy Absher from comment #0) > > How reproducible: > Always. Great. Please enable 'debug_level = 9', wait for a crash and attach sssd_$domain.log (as a private comment). > > #0 __strcasecmp_l_sse42 () at > ../sysdeps/x86_64/multiarch/strcmp-sse42.S:1648 > No locals. > #1 0x000055d76e45d064 in be_resolve_server_process ( > subreq=subreq@entry=0x55d77047da40, state=state@entry=0x55d770434f50, > new_subreq=new_subreq@entry=0x7ffd94d0b0c0) > at src/providers/data_provider_fo.c:682 > ret = 0 > srv_status_change = 0 > callback = <optimized out> > srvname = <optimized out> > __FUNCTION__ = "be_resolve_server_process" > #2 0x000055d76e45d2d0 in be_resolve_server_done (subreq=0x55d77047da40) > at src/providers/data_provider_fo.c:555 > new_subreq = 0x7f4097f42dd0 <tevent_req_destructor> > req = 0x55d770434d90 > state = 0x55d770434f50 > timeout = 31 > ret = <optimized out> > __FUNCTION__ = "be_resolve_server_done" Most probably duplicate of bz 1884912 (and bz 1773488)
I have this also in EL9 (with AlmaLinux 9)
JFTR: another crash bug under `be_resolve_server_done()`: bz 2052918
(In reply to Alexey Tikhonov from comment #10) > JFTR: another crash bug under `be_resolve_server_done()`: bz 2052918 Hi Sumit/Alexey, On case: 03292814 cus is not able to see any segfaults after adding `ad_enabled_domains`
bz 2052918 and https://github.com/SSSD/sssd/issues/6007 might be relevant (or not).
Also see https://bugzilla.redhat.com/show_bug.cgi?id=2035625#c6
Upstream PR: https://github.com/SSSD/sssd/pull/6660
Pushed PR: https://github.com/SSSD/sssd/pull/6660 * `master` * 8a8869994745429b3f5535a5d0b91f1d0b2fa723 - fail_over: protect against a segmentation fault * `sssd-2-9` * f63a54c3d89866949810d5bcdb09bf2edd3ced02 - fail_over: protect against a segmentation fault