ID: 35394 Updated by: [EMAIL PROTECTED] Reported By: blade106 at free dot fr -Status: Open +Status: Feedback Bug Type: Compile Failure Operating System: Debian Sarge PHP Version: 5.1.0 New Comment:
Thank you for this bug report. To properly diagnose the problem, we need a backtrace to see what is happening behind the scenes. To find out how to generate a backtrace, please read http://bugs.php.net/bugs-generating-backtrace.php Once you have generated a backtrace, please submit it to this bug report and change the status back to "Open". Thank you for helping us make PHP better. Previous Comments: ------------------------------------------------------------------------ [2005-11-25 15:24:43] blade106 at free dot fr 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". ------------------------------------------------------------------------ [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