Edit report at http://bugs.php.net/bug.php?id=51216&edit=1
ID: 51216 User updated by: dtm2mcs at gmail dot com Reported by: dtm2mcs at gmail dot com Summary: Segmentation fault when compiling PHP with PHAR Status: Open Type: Bug Package: *Compile Issues -Operating System: Ubuntu 6.04 +Operating System: Ubuntu 6.04 + CentOS 5.4 PHP Version: 5.3.2 New Comment: Tested on CentOS 5.4 - same problem Previous Comments: ------------------------------------------------------------------------ [2010-03-05 16:38:59] dtm2mcs at gmail dot com Description: ------------ Compile crash when trying to compile PHAR Test script: --------------- Compile PHP with PHAR Expected result: ---------------- Compiled PHP Actual result: -------------- 11384 Segmentation fault ` if test -x "/root/php53/php-5.3.2/sapi/cli/php"; then /root/php53/php-5.3.2/build/shtool echo -n -- "/root/php53/php-5.3.2/sapi/cli/php -n"; if test "x" != "x"; then /root/php53/php-5.3.2/build/shtool echo -n -- " -d extension_dir=/root/php53/php-5.3.2/modules"; for i in bz2 zlib phar; do if test -f "/root/php53/php-5.3.2/modules/$i.la"; then . /root/php53/php-5.3.2/modules/$i.la; /root/php53/php-5.3.2/build/shtool echo -n -- " -d extension=$dlname"; fi; done; fi; else /root/php53/php-5.3.2/build/shtool echo -n -- "/root/php53/php-5.3.2/sapi/cli/php"; fi;` -d 'open_basedir=' -d 'output_buffering=0' -d 'memory_limit=-1' -d phar.readonly=0 -d 'safe_mode=0' /root/php53/php-5.3.2/ext/phar/build_precommand.php >ext/phar/phar.php make: *** [ext/phar/phar.php] Error 139 ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/bug.php?id=51216&edit=1