|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2013-08-07 13:34 UTC] thibault dot debatty at gmail dot com
[2013-08-07 14:44 UTC] thibault dot debatty at gmail dot com
[2017-10-24 23:03 UTC] kalle@php.net
-Status: Open
+Status: Suspended
[2017-10-24 23:03 UTC] kalle@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Dec 06 11:00:02 2025 UTC |
Description: ------------ When operator extension is installed, anonymous functions create a segfault. Crashes on PHP 5.4.17 and 5.3.10 With operator 0.4.1 Backtrace: Program terminated with signal 11, Segmentation fault. #0 0x0000000000000000 in ?? () (gdb) bt #0 0x0000000000000000 in ?? () #1 0x0000000000b22cde in execute (op_array=0x7f9dcf967d30, tsrm_ls=0x1e7a760) at /home/tibo/Downloads/php-5.4.17/Zend/zend_vm_execute.h:410 #2 0x0000000000addd7a in zend_execute_scripts (type=8, tsrm_ls=0x1e7a760, retval=0x0, file_count=3) at /home/tibo/Downloads/php-5.4.17/Zend/zend.c:1315 #3 0x0000000000a20bd7 in php_execute_script (primary_file=0x7fff7e76de40, tsrm_ls=0x1e7a760) at /home/tibo/Downloads/php-5.4.17/main/main.c:2494 #4 0x0000000000b982fd in do_cli (argc=2, argv=0x7fff7e76f238, tsrm_ls=0x1e7a760) at /home/tibo/Downloads/php-5.4.17/sapi/cli/php_cli.c:988 #5 0x0000000000b99864 in main (argc=2, argv=0x7fff7e76f238) at /home/tibo/Downloads/php-5.4.17/sapi/cli/php_cli.c:1364 Test script: --------------- $f = function(){ }; Expected result: ---------------- Nothing special... Actual result: -------------- Segmentation fault