ID: 47441 User updated by: jpilling at fortvale dot com Reported By: jpilling at fortvale dot com -Status: Feedback +Status: Open Bug Type: Compile Failure Operating System: zLinux - SLES 10 s390x 64bit PHP Version: 5.3.0beta1 New Comment:
I'm sorry, I'm new to bug reporting, please excuse my inexperience. How can I make PHP crash if it won't compile/install/run? How do I create a bug report for this? Previous Comments: ------------------------------------------------------------------------ [2009-02-18 17:04:16] johan...@php.net 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 for *NIX and http://bugs.php.net/bugs-generating-backtrace-win32.php for Win32 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. Please try to generate a backtrace, the command make is trying to run in your report, please also try using a shorter test script than run-tests.php. (the PHP binary is in sapi/cli/php if you didn\'t install, yet) ------------------------------------------------------------------------ [2009-02-18 16:56:48] jpilling at fortvale dot com 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 this bug report at http://bugs.php.net/?id=47441&edit=1