Bug 104419 - php SEGV if enabled on reload
Summary: php SEGV if enabled on reload
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat Enterprise Linux 3
Classification: Red Hat
Component: php
Version: 3.0
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Joe Orton
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks: 101028
TreeView+ depends on / blocked
 
Reported: 2003-09-15 13:02 UTC by Joe Orton
Modified: 2007-11-30 22:06 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2005-03-02 15:00:51 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Joe Orton 2003-09-15 13:02:18 UTC
Description:
PHP segfaults if loaded only on a reload.

php-4.3.2-8.ent
httpd-2.0.46-20.ent

Steps to Reproduce:
# cd /etc/httpd/conf.d
# mv php.conf php.conf.off
# service httpd start
# mv php.conf.off php.conf
# service httpd reload
# GET http://localhost/whatever.php

Actual results:
server SEGV

Expected results:
No segfault

Workaround:
Use
# service httpd restart

Comment 1 Oliver Jones 2004-09-13 23:39:04 UTC
This may be related to bug #132488.

Comment 2 Joe Orton 2005-03-02 15:00:51 UTC
This is a consequence of the logic to check for post_config hook
second-pass.


Note You need to log in before you can comment on or make changes to this bug.