Bug 1008018
| Summary: | mod_wsgi crash during startup | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 6 | Reporter: | Scott Poore <spoore> | ||||||||||
| Component: | mod_wsgi | Assignee: | Jan Kaluža <jkaluza> | ||||||||||
| Status: | CLOSED ERRATA | QA Contact: | Jan Kepler <jkejda> | ||||||||||
| Severity: | unspecified | Docs Contact: | |||||||||||
| Priority: | unspecified | ||||||||||||
| Version: | 6.4 | CC: | jgalipea, jkaluza, jkejda, jorton, mkosek, rcritten, spoore, tlavigne | ||||||||||
| Target Milestone: | rc | ||||||||||||
| Target Release: | --- | ||||||||||||
| Hardware: | Unspecified | ||||||||||||
| OS: | Unspecified | ||||||||||||
| Whiteboard: | |||||||||||||
| Fixed In Version: | mod_wsgi-3.2-7.el6 | Doc Type: | Bug Fix | ||||||||||
| Doc Text: | Story Points: | --- | |||||||||||
| Clone Of: | Environment: | ||||||||||||
| Last Closed: | 2014-10-14 08:30:12 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
Scott Poore
2013-09-13 19:39:53 UTC
Created attachment 797515 [details]
abrt crash output
Created attachment 797518 [details]
abrt crash dump dir from httpd crash
FYI, I was able to reproduce this on local VMs with the following:
# ON MASTER:
service iptables stop
service ip6tables stop
yum -y install ipa-server bind-dyndb-ldap
echo "$(hostname -i) $(hostname -s).testrelm.com" >> /etc/hosts
sed -i "s/^\(HOSTNAME=\).*$/\1$(hostname -s).testrelm.com/" \
/etc/sysconfig/network
hostname $(hostname -s).testrelm.com
ipa-server-install --setup-dns --forwarder=192.168.122.1 \
--hostname=$(hostname -s).testrelm.com -r TESTRELM.COM \
-n testrelm.com -p Secret123 -P Secret123 -a Secret123 -U
ipa-replica-prepare -p Secret123 --ip-address=192.168.122.62 rhel6-2.testrelm.com
# ON REPLICA:
export MYMASTER=rhel6-1.testrelm.com
export MYMASTER_IP=192.168.122.61
service iptables stop
service ip6tables stop
yum -y install ipa-server bind-dyndb-ldap
echo "$(hostname -i) $(hostname -s).testrelm.com" >> /etc/hosts
sed -i "s/^\(HOSTNAME=\).*$/\1$(hostname -s).testrelm.com/" \
/etc/sysconfig/network
hostname $(hostname -s).testrelm.com
cp /etc/resolv.conf /etc/resolv.conf.backup1
sed -i '/nameserver/d' /etc/resolv.conf
echo "nameserver $MYMASTER_IP" >> /etc/resolv.conf
sftp root@$MYMASTER:/var/lib/ipa/replica-info-$(hostname -s).testrelm.com.gpg \
/dev/shm
ipa-replica-install -U --setup-ca --setup-dns \
--forwarder=192.168.122.1 -w Secret123 -p Secret123 \
/dev/shm/replica-info-$(hostname -s).testrelm.com.gpg
Created attachment 798635 [details]
proposed patch
Moves apr_signal after pipe creation, so when signal is handled, it has all the variables initialized properly in handler.
Scott can you retest with this scratch build of mod_wsgi? https://brewweb.devel.redhat.com/taskinfo?taskID=6296160 That does seemed to have fixed the issue from the manual and automated tests I ran today. I didn't see a crash from either. *** Bug 1101652 has been marked as a duplicate of this bug. *** I believe I am seeing this crash again with this version of httpd. Unfortunately, the automated test where I saw it no longer has the servers available to log in and grab more log files. httpd-2.2.15-38.el6.x86_64 Is this scheduled to be fixed in RHEL6.6? I'll also attach the latest abrt report we got on this one to confirm/deny that what I'm seeing is indeed the same. Thanks, Scott Created attachment 925214 [details]
abrt backtrace from rhel6.6 crash
*** Bug 1126987 has been marked as a duplicate of this bug. *** Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHBA-2014-1612.html |