From:             chenfou at ms34 dot hinet dot net
Operating system: Solaris 5.8 Generic_108528-14
PHP version:      4.3.1
PHP Bug Type:     Apache related
Bug description:  exit signal Segmentation Fault(11)

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
-- 
Edit bug report at http://bugs.php.net/?id=22799&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=22799&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=22799&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=22799&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=22799&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=22799&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=22799&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=22799&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=22799&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=22799&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=22799&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=22799&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=22799&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=22799&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=22799&r=gnused

Reply via email to