ID: 27629 Updated by: [EMAIL PROTECTED] Reported By: sroussey at network54 dot com -Status: Open +Status: Feedback Bug Type: Reproducible crash Operating System: Linux 2.4.20 PHP Version: 4.3.5RC3 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. set CFLAGS to -g, add --enable-debug to your configure and if it still crashes generate a backtrace. Previous Comments: ------------------------------------------------------------------------ [2004-03-17 19:45:37] sroussey at network54 dot com Description: ------------ PHP 4.3.5RC3 crashes with illegal instruction Reproduce code: --------------- CC=gcc CFLAGS="-O3 -march=$CPU " CXX=gcc \ ./configure \ --with-mysql=/usr \ --with-gd \ --with-dom \ --with-zlib \ --with-xml \ --with-openssl=/usr/local/ssl \ --with-apache=../apache-1.3.29\ --enable-inline-optimization \ --enable-shmop \ --enable-memory-limit make make install Expected result: ---------------- noraml installation... Actual result: -------------- Installing PHP SAPI module: apache Installing PHP CLI binary: /usr/local/bin/ Installing PHP CLI man page: /usr/local/man/man1/ Installing PEAR environment: /usr/local/lib/php/ make[1]: *** [install-pear-installer] Illegal instruction make: *** [install-pear] Error 2 I can confirm that php crashes in the make when the php cli is used in install-pear-installer Same config on php 4.3.4 has no issues. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=27629&edit=1