Bug 1657297
Summary: | httpd dumps core against libldap_r-2.4.so.2 | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Steven Haigh <netwiz> |
Component: | httpd | Assignee: | Luboš Uhliarik <luhliari> |
Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 29 | CC: | anon.amish, jkaluza, jorton, luhliari, netwiz, pahan |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2019-03-05 11:00:30 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
Steven Haigh
2018-12-07 15:56:51 UTC
Can you get a complete backtrace from the core dump? Please give the LDAP configuration. Hi, I do have a saved backtrace. Am I able to email it to you directly? I'm not sure if it will have any confidential information within it... Yes please do! Core wasn't very useful... thanks for providing it. Can you reproduce with latest httpd still? If so please provide rpm -qf /etc/httpd/modules/*.so | sort -u If you have php installed this might be bug 1680481. You might well be on to something there: # rpm -qf /etc/httpd/modules/*.so | sort -u httpd-2.4.38-2.fc29.x86_64 mod_http2-1.11.1-1.fc29.x86_64 mod_ssl-2.4.38-2.fc29.x86_64 php-7.2.15-1.fc29.x86_64 # rpm -qa | grep php- | sort php-7.2.15-1.fc29.x86_64 php-cli-7.2.15-1.fc29.x86_64 php-common-7.2.15-1.fc29.x86_64 php-fedora-autoloader-1.0.0-4.fc29.noarch php-fpm-7.2.15-1.fc29.x86_64 php-gd-7.2.15-1.fc29.x86_64 php-imap-7.2.15-1.fc29.x86_64 php-json-7.2.15-1.fc29.x86_64 php-ldap-7.2.15-1.fc29.x86_64 php-mbstring-7.2.15-1.fc29.x86_64 php-pdo-7.2.15-1.fc29.x86_64 php-pear-CAS-1.3.6-1.fc29.noarch php-pecl-imagick-3.4.3-8.fc29.x86_64 php-Smarty3-3.1.18-2.el7.centos.noarch php-Smarty3-gettext-1.1.0-2.el7.centos.noarch php-xml-7.2.15-1.fc29.x86_64 OK, if you're also using prefork then this may be the same issue - please try the packages linked from bug 1680481 comment 15 and see if that helps. From the symptoms, I'm going to guess that this is one and the same issue. I'm happy to close as DUPLICATE for the moment - and if this turns out not to be the case, I'll reopen this report with whatever further I can gather. I did install the packages you mentioned earlier, and I haven't seen a crash since, but it seemed to be randomly triggered - so I don't have a 100% reproducible case other than observing over time... It isn't a busy web server on that system. *** This bug has been marked as a duplicate of bug 1680481 *** |