ID: 35394 User updated by: blade106 at free dot fr Reported By: blade106 at free dot fr Status: Open Bug Type: Compile Failure Operating System: Debian Sarge PHP Version: 5.1.0 New Comment:
Also, "make test" should have ended with an exit status 1. The way I compile is : make && make test && make install So the process should have stopped on the "make test", which continues to "make install". Previous Comments: ------------------------------------------------------------------------ [2005-11-25 15:10:20] blade106 at free dot fr 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 this bug report at http://bugs.php.net/?id=35394&edit=1