i am trying to track down a core dump with php:

$ curl -sS https://getcomposer.org/installer | php-5.6
$ php-5.6 composer.phar  require "laravel/installer=~1.1"
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
  - Installing symfony/console (v2.6.4)
Abort trap (core dumped)

(gdb) where
#0  0x0325b541 in kill () at <stdin>:2
#1  0x0326abec in __stack_smash_handler (func=0x37d85016 
"boolean_not_function", damaged=2024865640)
    at /usr/src/lib/libc/sys/stack_protector.c:60
#2  0x17d36899 in boolean_not_function () from /usr/local/bin/php-5.6
#3  0x17d877b7 in zend_get_zval_ptr_ptr () from /usr/local/bin/php-5.6
#4  0x17db5526 in execute_ex () from /usr/local/bin/php-5.6
#5  0x17d7c794 in zend_execute () from /usr/local/bin/php-5.6
#6  0x17d3f848 in zend_execute_scripts () from /usr/local/bin/php-5.6
#7  0x17ccdaab in php_execute_script () from /usr/local/bin/php-5.6
#8  0x17deda2e in php_cli_get_shell_callbacks () from /usr/local/bin/php-5.6
#9  0xcfbe76f4 in ?? ()
#10 0x00000007 in ?? ()
#11 0x37dfb3e0 in std_object_handlers () from /usr/local/bin/php-5.6
#12 0xcfbe776c in ?? ()
#13 0xcfbe7768 in ?? ()
#14 0x00000000 in ?? ()

seems like a bug in php?

-f
-- 
i know nothing, but i know it fluently.

Reply via email to