|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2015-08-25 14:11 UTC] rs at bytecamp dot net
-Package: PHAR related
+Package: *General Issues
[2015-08-25 14:11 UTC] rs at bytecamp dot net
[2015-08-27 09:39 UTC] rs at bytecamp dot net
-Package: *General Issues
+Package: Reproducible crash
[2015-08-27 09:39 UTC] rs at bytecamp dot net
[2015-10-16 14:48 UTC] rs at bytecamp dot net
-Status: Open
+Status: Closed
[2015-10-16 14:48 UTC] rs at bytecamp dot net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Oct 29 18:00:01 2025 UTC |
Description: ------------ When running make install, or specific make install-pear-installer, the process exits with status 11: ------ # su -m nobody -c 'make -dl install-pear-installer' /tmp/build-php-7.0.0RC1/php-7.0.0RC1/sapi/cli/php -n -dshort_open_tag=0 -dopen_basedir= -derror_reporting=1803 -dmemory_limit=-1 -ddetect_unicode=0 pear/install-pear-nozlib.phar -d "/usr/local/php-7.0/lib/php" -b "/usr/local/php-7.0/bin" -dp a -ds a [PEAR] Archive_Tar - already installed: 1.4.0 [PEAR] Console_Getopt - already installed: 1.4.1 [PEAR] Structures_Graph- already installed: 1.1.1 [PEAR] XML_Util - already installed: 1.3.0 [PEAR] PEAR - already installed: 1.10.0dev2 Wrote PEAR system config file at: /usr/local/php-7.0/etc/pear.conf You may want to add: /usr/local/php-7.0/lib/php to your php.ini include_path *** Signal 11 Stop in /tmp/build-php-7.0.0RC1/php-7.0.0RC1. ----- I did a ktrace of this, and the last lines are: ----- 86571 make GIO fd 1 wrote 250 bytes "/tmp/build-php-7.0.0RC1/php-7.0.0RC1/sapi/cli/php -n -dshort_open_tag=0 -dopen_basedir= -derror_reporting=1803 -dmemory_limit=-1 -ddetect_unicode=0 pear/install-pear-nozlib.phar -d "/usr/local/php-7.0/lib/php" -b \ "/usr/local/php-7.0/bin" -dp a -ds a " 86571 make RET write 250/0xfa 86571 make CALL vfork 86571 make RET vfork 86572/0x1522c 86571 make CALL wait4(0xffffffff,0x7fffffffdc5c,<invalid>0,0) 86571 make RET wait4 RESTART 86571 make PSIG SIGCHLD caught handler=0x404f80 mask=0x0 code=0x2 86571 make CALL sigreturn(0x7fffffffd7c0) 86571 make RET sigreturn JUSTRETURN 86571 make CALL wait4(0xffffffff,0x7fffffffdc5c,<invalid>0,0) 86571 make RET wait4 86572/0x1522c 86571 make CALL write(0x1,0x800862000,0xe) 86571 make GIO fd 1 wrote 14 bytes "*** Signal 11 ---