Bug 2116164

Summary: libnss_sss aborts in pthread assertion
Product: [Fedora] Fedora Reporter: Sean Sheedy <redhat>
Component: sssdAssignee: sssd-maintainers <sssd-maintainers>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: unspecified    
Version: 35CC: abokovoy, atikhono, jhrozek, lslebodn, luk.claes, mzidek, pbrezina, sbose, ssorce, sssd-maintainers
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2022-08-08 08:22:19 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:
Attachments:
Description Flags
Stack trace of abort none

Description Sean Sheedy 2022-08-07 16:35:31 UTC
Created attachment 1904134 [details]
Stack trace of abort

Description of problem:
libnss_sss is repeatedly aborting on an assertion in pthread_mutex_lock.  This is happening in mono during activity involving network access.

Version-Release number of selected component (if applicable):
2.7.3-1

How reproducible:
Frequent in my particular application.

Steps to Reproduce:
1. Run the duplicati backup program (runs within mono)
2. Attempt a network backup

Actual results:
mono aborts with a pthread_mutex_lock assertion fail.

Expected results:
Successful backup.

Additional info:
Reverting to sssd-client version 2.5.2-5 fixes the problem.

Comment 1 Alexey Tikhonov 2022-08-08 08:22:19 UTC

*** This bug has been marked as a duplicate of bug 2111582 ***