Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
[This is essentially a copy of #1143908 reported in EPEL for mod_gnutls] If I install httpd, php and mod_gnutls, httpd dies while reloading httpd. Version-Release number of selected component (if applicable): httpd-2.4.6-18.el7.centos.x86_64 (from CentOS-Base-Repository) mod_gnutls-0.5.10-13.el7.x86_64 (from EPEL-Repository) php-5.4.16-23.el7_0.x86_64 (from CentOS-Base-Repository) How reproducible: I have mad many tests last day with different CentOS 7 hosts. Steps to Reproduce: 1. Install httpd-2.4.6-18.el7.centos.x86_64 and php-5.4.16-23.el7_0.x86_64 from CentOS-Base-Repo: Step 1a) Start Apache 2.4: # systemctl start httpd.service Step 2b) Ask status of httpd: # systemctl status httpd.service Step 2c) Reload apache-config: # systemctl reload httpd.service I can do step "2c" many times, there's no problem- everything works as I expected! 2. Install mod_gnutls-0.5.10-13.el7.x86_64 (from EPEL-Repository) 3. Reload apache-daemon: Step 3a) Restart Apache 2.4: # systemctl restart httpd.service Step 3b) Ask status of httpd: # systemctl status httpd.service # systemctl status httpd.service httpd.service - The Apache HTTP Server Loaded: loaded (/usr/lib/systemd/system/httpd.service; enabled) Active: active (running) since Thu 2014-09-18 10:36:53 CEST; 4s ago Process: 6812 ExecStop=/bin/kill -WINCH ${MAINPID} (code=exited, status=0/SUCCESS) Process: 6808 ExecReload=/usr/sbin/httpd $OPTIONS -k graceful (code=exited, status=0/SUCCESS) Main PID: 6843 (httpd) Status: "Processing requests..." CGroup: /system.slice/httpd.service ├─6843 /usr/sbin/httpd -DFOREGROUND ├─6845 /usr/sbin/httpd -DFOREGROUND ├─6846 /usr/sbin/httpd -DFOREGROUND ├─6847 /usr/sbin/httpd -DFOREGROUND ├─6848 /usr/sbin/httpd -DFOREGROUND └─6849 /usr/sbin/httpd -DFOREGROUND Sep 18 10:36:53 vml000097.dmz.example.com systemd[1]: Started The Apache HTTP Server. Step 3c) Reload apache-config: # systemctl reload httpd.service Job for httpd.service failed. See 'systemctl status httpd.service' and 'journalctl -xn' for details. # systemctl status httpd.service httpd.service - The Apache HTTP Server Loaded: loaded (/usr/lib/systemd/system/httpd.service; enabled) Active: failed (Result: signal) since Thu 2014-09-18 10:38:12 CEST; 18s ago Process: 6856 ExecStop=/bin/kill -WINCH ${MAINPID} (code=exited, status=0/SUCCESS) Process: 6855 ExecReload=/usr/sbin/httpd $OPTIONS -k graceful (code=exited, status=0/SUCCESS) Process: 6843 ExecStart=/usr/sbin/httpd $OPTIONS -DFOREGROUND (code=killed, signal=SEGV) Main PID: 6843 (code=killed, signal=SEGV) Status: "Total requests: 0; Current requests/sec: 0; Current traffic: 0 B/sec" Sep 18 10:36:53 vml000097.dmz.example.com systemd[1]: Started The Apache HTTP Server. Sep 18 10:38:11 vml000097.dmz.example.com systemd[1]: Reloading The Apache HTTP Server. Sep 18 10:38:12 vml000097.dmz.example.com systemd[1]: httpd.service: main process exited, code=killed, status=11/SEGV Sep 18 10:38:12 vml000097.dmz.example.com systemd[1]: Reload failed for The Apache HTTP Server. Sep 18 10:38:12 vml000097.dmz.example.com systemd[1]: Unit httpd.service entered failed state.