ID:               22850
 Updated by:       [EMAIL PROTECTED]
 Reported By:      tobias dot mattsson at comhem dot com
 Status:           Open
 Bug Type:         Apache related
 Operating System: Linux RH 8.0
 PHP Version:      4.3.1
 New Comment:

If I remeber correctly, there was a problem with some mod_ssl
version. Check if you got latest one. I might be wrong.


Previous Comments:
------------------------------------------------------------------------

[2003-03-24 09:51:02] tobias dot mattsson at comhem dot com

## Environment:
Red hat 8.0
Openssl 0.9.7a
apache 1.3.27
mod_ssl
gcc 3.2

## Description of the problem:
PHP generates a segmentation fault (but no coredump) when the webserver
try to execute a .php file with ssl. But if I change the AddType in
httpd.conf to .php4 (or anything else), it works fine.
It also works fine without SSL.
Even if the .php file did not exist, I get a segmentaion fault - not a
404!

The browser (mozilla) displays a alert message (document contains no
data).

It seems to be hung up about the file-extension .php

I have not been able to create a core dump with gdb accordning to your
instructions at http://bugs.php.net/bugs-generating-backtrace.php

>From error_log:
[Mon Mar 24 17:16:07 2003] [notice] child pid 10008 exit signal
Segmentation fault (11)

I have also tried openssl 0.9.6b (from RPM) and the latest CVS snapshot
of PHP (php4-STABLE-200303241430) without any change.


PHP:s configure line:
./configure --with-mysql --with-openssl=/usr
--with-apxs=/usr/local/apache/bin/apxs 

------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=22850&edit=1

Reply via email to