From:             sroussey at network54 dot com
Operating system: Linux 2.4.20
PHP version:      4.3.5RC3
PHP Bug Type:     Reproducible crash
Bug description:  crashes with illegal instruction

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

Reply via email to