From:             alex dot spengler at gmx dot ch
Operating system: Red Hat Enterprise Linux Server 
PHP version:      5.2.9
PHP Bug Type:     Compile Failure
Bug description:  make test fails with Error 139

Description:
------------
I'm trying to compile PHP on Red Hat ES 5 on an HP Itanium (IA64) System.
The latest version which is working (with same ./configure line) is 5.1.6.
Even with yum the latest version you can get is php-5.1.6-23.el5.ia64
(!!).

So what I did is download php-5.2.9 (I'm trying this from time to time and
used a few older versions as well but it never worked so far apart from
php-5.1.6) and run configure:

./configure --with-apxs2=/usr/local/apache2/bin/apxs
--with-mysql=/usr/local/mysql --enable-sigchild --with-zlib --with-gd
--with-png-dir=/usr/local/lib --with-freetype-dir=/usr/lib --enable-ftp
--with-curl=/usr/include/curl/ --enable-soap --with-jpeg-dir=/usr/lib 

-> no errors in configure
-> no errors in make (at least it works and says Build complete.



Expected result:
----------------
make test to run trough more or less successfull ;)

Actual result:
--------------
# make test

Build complete.
Don't forget to run 'make test'.

/bin/sh: line 23: 18836 Segmentation fault     
TEST_PHP_EXECUTABLE=/tmp/php-5.2.9/sapi/cli/php
TEST_PHP_SRCDIR=/tmp/php-5.2.9 CC="gcc" /tmp/php-5.2.9/sapi/cli/php -n -c
/tmp/php-5.2.9/tmp-php.ini -d 'open_basedir=' -d 'output_buffering=0' -d
'memory_limit=-1' /tmp/php-5.2.9/run-tests.php -n -c
/tmp/php-5.2.9/tmp-php.ini -d extension_dir=/tmp/php-5.2.9/modules/ ` if
test "x" != "x"; then for i in ""; do . $i; /tmp/php-5.2.9/build/shtool
echo -n -- " -d extension=$dlname"; done; fi; if test "x" != "x"; then for
i in ""; do . $i; /tmp/php-5.2.9/build/shtool echo -n -- " -d
zend_extension=/tmp/php-5.2.9/modules/$dlname"; done; fi`
make: [test] Error 139 (ignored)


-- 
Edit bug report at http://bugs.php.net/?id=47646&edit=1
-- 
Try a CVS snapshot (PHP 5.2):        
http://bugs.php.net/fix.php?id=47646&r=trysnapshot52
Try a CVS snapshot (PHP 5.3):        
http://bugs.php.net/fix.php?id=47646&r=trysnapshot53
Try a CVS snapshot (PHP 6.0):        
http://bugs.php.net/fix.php?id=47646&r=trysnapshot60
Fixed in CVS:                        
http://bugs.php.net/fix.php?id=47646&r=fixedcvs
Fixed in CVS and need be documented: 
http://bugs.php.net/fix.php?id=47646&r=needdocs
Fixed in release:                    
http://bugs.php.net/fix.php?id=47646&r=alreadyfixed
Need backtrace:                      
http://bugs.php.net/fix.php?id=47646&r=needtrace
Need Reproduce Script:               
http://bugs.php.net/fix.php?id=47646&r=needscript
Try newer version:                   
http://bugs.php.net/fix.php?id=47646&r=oldversion
Not developer issue:                 
http://bugs.php.net/fix.php?id=47646&r=support
Expected behavior:                   
http://bugs.php.net/fix.php?id=47646&r=notwrong
Not enough info:                     
http://bugs.php.net/fix.php?id=47646&r=notenoughinfo
Submitted twice:                     
http://bugs.php.net/fix.php?id=47646&r=submittedtwice
register_globals:                    
http://bugs.php.net/fix.php?id=47646&r=globals
PHP 4 support discontinued:          http://bugs.php.net/fix.php?id=47646&r=php4
Daylight Savings:                    http://bugs.php.net/fix.php?id=47646&r=dst
IIS Stability:                       
http://bugs.php.net/fix.php?id=47646&r=isapi
Install GNU Sed:                     
http://bugs.php.net/fix.php?id=47646&r=gnused
Floating point limitations:          
http://bugs.php.net/fix.php?id=47646&r=float
No Zend Extensions:                  
http://bugs.php.net/fix.php?id=47646&r=nozend
MySQL Configuration Error:           
http://bugs.php.net/fix.php?id=47646&r=mysqlcfg

Reply via email to