From: jpilling at fortvale dot com Operating system: zLinux - SLES 10 s390x 64bit PHP version: 5.3.0beta1 PHP Bug Type: Compile Failure Bug description: PHP segmentation fault on 'make test'
Description: ------------ I am trying to compile PHP 5.3.0 Beta 1 on zLinux. Our package is Suse Linux Enterprise Server 10 Service Pack 2 s390x (64bit). My configure line: ./configure --with-apxs2=/home/apache2/bin/apxs --with-mysql=/home/mysql --prefix=/home/apache2/php --disable-debug After a successful 'make', I run 'make test' and receive the following error: /bin/sh: line 1: 1416 Segmentation fault TEST_PHP_EXECUTABLE=/home/php-5.3.0beta1/sapi/cli/php TEST_PHP_SRCDIR=/home/php-5.3.0beta1 CC="gcc" /home/php-5.3.0beta1/sapi/cli/php -n -c /home/php-5.3.0beta1/tmp-php.ini -d 'open_basedir=' -d 'output_buffering=0' -d 'memory_limit=-1' /home/php-5.3.0beta1/run-tests.php -n -c /home/php-5.3.0beta1/tmp-php.ini -d extension_dir=/home/php-5.3.0beta1/modules/ ` if test "x" != "x"; then for i in ""; do . $i; /home/php-5.3.0beta1/build/shtool echo -n -- " -d extension=$dlname"; done; fi; if test "x" != "x"; then for i in ""; do . $i; /home/php-5.3.0beta1/build/shtool echo -n -- " -d zend_extension=/home/php-5.3.0beta1/modules/$dlname"; done; fi` make: [test] Error 139 (ignored) Please advise or offer any suggestions. regards Jonathan -- Edit bug report at http://bugs.php.net/?id=47441&edit=1 -- Try a CVS snapshot (PHP 5.2): http://bugs.php.net/fix.php?id=47441&r=trysnapshot52 Try a CVS snapshot (PHP 5.3): http://bugs.php.net/fix.php?id=47441&r=trysnapshot53 Try a CVS snapshot (PHP 6.0): http://bugs.php.net/fix.php?id=47441&r=trysnapshot60 Fixed in CVS: http://bugs.php.net/fix.php?id=47441&r=fixedcvs Fixed in CVS and need be documented: http://bugs.php.net/fix.php?id=47441&r=needdocs Fixed in release: http://bugs.php.net/fix.php?id=47441&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=47441&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=47441&r=needscript Try newer version: http://bugs.php.net/fix.php?id=47441&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=47441&r=support Expected behavior: http://bugs.php.net/fix.php?id=47441&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=47441&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=47441&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=47441&r=globals PHP 4 support discontinued: http://bugs.php.net/fix.php?id=47441&r=php4 Daylight Savings: http://bugs.php.net/fix.php?id=47441&r=dst IIS Stability: http://bugs.php.net/fix.php?id=47441&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=47441&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=47441&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=47441&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=47441&r=mysqlcfg