php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #22799 exit signal Segmentation Fault(11)
Submitted: 2003-03-20 02:50 UTC Modified: 2003-03-20 17:16 UTC
Votes:1
Avg. Score:3.0 ± 0.0
Reproduced:0 of 0 (0.0%)
From: chenfou at ms34 dot hinet dot net Assigned:
Status: Not a bug Package: Apache related
PHP Version: 4.3.1 OS: Solaris 5.8 Generic_108528-14
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: chenfou at ms34 dot hinet dot net
New email:
PHP Version: OS:

 

 [2003-03-20 02:50 UTC] chenfou at ms34 dot hinet dot net
Here's my Apache config(apache(1.3.27)+mod_ssl(2.8.13-1.3.27)+openssl(0.97a))
./configure \
--with-layout=Apache \
--prefix=/user1/web/server-home \
--htdocsdir=/user1/web/server-home/htdocs/html \
--enable-module=rewrite \
--enable-shared=rewrite \
--enable-module=mime-magic \
--enable-shared=mime-magic \
--enable-module=headers \
--enable-shared=headers \
--enable-module=info \
--enable-shared=info \
--enable-module=speling \
--enable-shared=speling \
--enable-module=include \
--enable-module=so \
--enable-shared=max \
--enable-module=most \
--enable-module=proxy \
--enable-shared=proxy \
--enable-module=ssl \
Here's my PHP config
./configure \
--with-apxs=/user1/web/server-home/bin/apxs \
--with-sybase=/opt/sybase/OCS-12_0 \
--without-mysql \
--enable-calendar \
--enable-memory-limit=yes \
--enable-debug \
--enable-trans-sid \
--enable-track-vars \
--enable-magic-quotes \
--prefix=/usr/local/php \
--with-config-file-path=/usr/local/php \
--enable-sockets \

I write a test program
<?
phpinfo();
?>
I test this program on http://127.0.0.1/test.php
is OK
but I test this program on https://127.0.0.1/test.php
in error log have 
child pid 7814 exit signal Segmentation Fault(11)

please help me,thanks

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-03-20 05:13 UTC] b_ulrich at t-online dot de
This is a Problem in mod_ssl-2.8.13-1.3.27 try mod_ssl-2.8.12-1.3.27 and everything will work fine.
 [2003-03-20 17:16 UTC] sniper@php.net
It's mod-ssl problem, see their mailing list for more
information.

 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed Jul 23 21:00:03 2025 UTC