From:             jdaues at nmsu dot edu
Operating system: RedHat 9
PHP version:      5.0.0RC1
PHP Bug Type:     Apache2 related
Bug description:  child pid xxxx exit signal Segmentation fault (11)

Description:
------------
When trying to display a php page, a blank page is display and in
/usr/local/apache/logs/error_log, child pid xxxx exit signal Segmentation
fault (11) error is noted.



# ./configure --with-apxs2=/usr/local/apache/bin/apxs
--with-mysql=/usr/local/mysql



I previously had Apache 2.0.48 and MySQL4.0.18 running with PHP 4.3.4. 
This error began when i moved to PHP5RC1.



I needed to update some rpms, so i did:

# rpm --upgrade libxml2-python-2.5.10-1.i386.rpm
libxml2-devel-2.5.10-1.i386.rpm libxml2-2.5.10-1.i386.rpm

warning: libxml2-python-2.5.10-1.i386.rpm: V3 DSA signature: NOKEY, key ID
de95bc1f



added /usr/local/lib/php to php.ini include_path









Reproduce code:
---------------
Simple PHP page:



 <?php

  echo "Hello";

  phpinfo();



 ?>

 

Expected result:
----------------
Hello and some php info



Actual result:
--------------
blank page and segmentation fault in error_log file



-- 
Edit bug report at http://bugs.php.net/?id=27694&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=27694&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=27694&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=27694&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=27694&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=27694&r=needtrace
Need Reproduce Script:      http://bugs.php.net/fix.php?id=27694&r=needscript
Try newer version:          http://bugs.php.net/fix.php?id=27694&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=27694&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=27694&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=27694&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=27694&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=27694&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=27694&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=27694&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=27694&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=27694&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=27694&r=float

Reply via email to