Bug 805566
Summary: | [abrt] sssd-1.8.1-8.fc16: strlen: Process /usr/libexec/sssd/sssd_be was killed by signal 11 (SIGSEGV) | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | James Cape <jamescape777> | ||||||
Component: | sssd | Assignee: | Stephen Gallagher <sgallagh> | ||||||
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
Severity: | unspecified | Docs Contact: | |||||||
Priority: | unspecified | ||||||||
Version: | 16 | CC: | dpal, jhrozek, sali, sbose, sgallagh, ssorce | ||||||
Target Milestone: | --- | ||||||||
Target Release: | --- | ||||||||
Hardware: | x86_64 | ||||||||
OS: | Unspecified | ||||||||
Whiteboard: | abrt_hash:21c9db87916257bb512f111130a8fd6871b066dc | ||||||||
Fixed In Version: | sssd-1.8.2-10.fc16 | Doc Type: | Bug Fix | ||||||
Doc Text: | Story Points: | --- | |||||||
Clone Of: | Environment: | ||||||||
Last Closed: | 2012-04-24 15:02:06 UTC | Type: | --- | ||||||
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
James Cape
2012-03-21 15:35:50 UTC
Created attachment 571745 [details]
File: dso_list
Please include the backtrace of this crash. I can't tell if it's the same issue as BZ #804783 from this. Created attachment 573495 [details]
Backtrace from another report that was marked as a dup
Can you please provide steps to reproduce the issue? I could also use some information about your environment (sssd.conf would be helpful, sanitized as needed). [domain/eladian.com] cache_credentials = True krb5_store_password_if_offline = True ipa_domain = <dom> id_provider = ipa auth_provider = ipa access_provider = ipa chpass_provider = ipa ipa_server = _srv_, <master> ldap_tls_cacert = /etc/ipa/ca.crt ipa_dyndns_update = True ldap_netgroup_search_base = cn=ng,cn=compat,dc=example,dc=com enumerate = True debug_level = 0x77F0 timeout = 1 [sssd] services = nss, pam config_file_version = 2 domains = eladian.com [nss] [pam] Repro steps are 1. Install the new version. 2. Start the new version. 3. Wait 60 seconds. 4. Look to see how many times it's crashed in that interval (usually enough to take it entirely out of commission). It's running against a freeipa 2.1.4-5 master/slave. I should also note that turning enumerate off seems to let it run. As Stephen suggested on IRC the other day, I could reproduce the bug with enumerate=true but not services to enumerate. Hello James, Is the enumeration = true a requirement in your environment? When we started the project we very quickly realized that full enumeration would have a lot of scalability issues so we try to discourage everybody from using it. We acknowledge though that there might be some cases where enumeration might be really required though we have not yet came across those. So while we are trying to address this issue (which we are committed to addressing anyways) would you be able to move on with your evaluation effort of sssd with the enumeration turned off? Thank you, Dmitri We're in the process of disabling this feature on all our machines, yes. *** Bug 804783 has been marked as a duplicate of this bug. *** Upstream ticket: https://fedorahosted.org/sssd/ticket/1282 Jason, I think I identified the bug. I build test packages that only include that single fix on top of 1.8.1-8. If you like, you can grab them from koji: http://koji.fedoraproject.org/koji/taskinfo?taskID=3948204 sssd-1.8.2-10.fc16 has been submitted as an update for Fedora 16. https://admin.fedoraproject.org/updates/FEDORA-2012-4404/sssd-1.8.2-10.fc16 Package sssd-1.8.2-10.fc16: * should fix your issue, * was pushed to the Fedora 16 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing sssd-1.8.2-10.fc16' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2012-4404/sssd-1.8.2-10.fc16 then log in and leave karma (feedback). sssd-1.8.2-10.fc16 has been pushed to the Fedora 16 stable repository. If problems still persist, please make note of it in this bug report. |