From:             blade106 at free dot fr
Operating system: Debian Sarge
PHP version:      5.1.0
PHP Bug Type:     *Compile Issues
Bug description:  PHP 5.1 CLI produce segmentation fault

Description:
------------
While trying the new release of PHP (5.1 stable), apache2 did not restart.
PHP CLI was returning a Segmentation Fault, and I think it was the same for
the libphp5.so

See bug #34725 too, which is "Closed" in 5.1.0RC3.

Reproduce code:
---------------
make
make install
make test

Expected result:
----------------
"make test" runs correctly along the tests.

Actual result:
--------------
"make test" just return an error :
make: [test] Error 139 (ignored)

In fact the CLI just ended on a Seg Fault :
/usr/local/src/php5.1.0# ./sapi/cli/php
Erreur de segmentation (Segmentation fault)

After looking for answers on this site or others, the correction is to
install "gawk" on the Debian box (apt-get install gawk).

Shouldn't the configure ask for gawk ?

See bug #34725 too.

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

Reply via email to