| Description | Program received signal SIGSEGV, Segmentation fault.
0x00007fffe92ae150 in xdebug_set_in_ex (set=0x18ea990, position=4294940576, noisy=1) at /shoty/servers/xdebug/xdebug/xdebug_set.c:71
71 return (*byte & (1 << bit));
Fixed by changing
#define XDEBUG_BRANCH_MAX_OUTS 320 |
|---|
| Additional Information | BackTrace:
(gdb) backtrace
#0 0x00007fffe92ae150 in xdebug_set_in_ex (set=0x18ea990, position=4294940576, noisy=1) at /shoty/servers/xdebug/xdebug/xdebug_set.c:71
#1 0x00007fffe9299b25 in xdebug_analyse_branch (opa=0x7fffefa15840, position=4294940576, set=0x18ea990, branch_info=0x0)
at /shoty/servers/xdebug/xdebug/xdebug_code_coverage.c:616
0000002 0x00007fffe9299cb6 in xdebug_analyse_branch (opa=0x7fffefa15840, position=38, set=0x18ea990, branch_info=0x0)
at /shoty/servers/xdebug/xdebug/xdebug_code_coverage.c:639
0000003 0x00007fffe9299cb6 in xdebug_analyse_branch (opa=0x7fffefa15840, position=35, set=0x18ea990, branch_info=0x0)
at /shoty/servers/xdebug/xdebug/xdebug_code_coverage.c:639
0000004 0x00007fffe9299cb6 in xdebug_analyse_branch (opa=0x7fffefa15840, position=34, set=0x18ea990, branch_info=0x0)
at /shoty/servers/xdebug/xdebug/xdebug_code_coverage.c:639
0000005 0x00007fffe9299cb6 in xdebug_analyse_branch (opa=0x7fffefa15840, position=19, set=0x18ea990, branch_info=0x0)
at /shoty/servers/xdebug/xdebug/xdebug_code_coverage.c:639
0000006 0x00007fffe9299f14 in xdebug_analyse_oparray (opa=0x7fffefa15840, set=0x18ea990, branch_info=0x0) at /shoty/servers/xdebug/xdebug/xdebug_code_coverage.c:691
0000007 0x00007fffe929a27d in prefill_from_oparray (
filename=0x7fffefb20bf8 "/var/lib/jenkins/workspace/Test3/Checkout/vendor/phpunit/phpunit/src/TextUI/Command.php", op_array=0x7fffefa15840)
at /shoty/servers/xdebug/xdebug/xdebug_code_coverage.c:773
0000008 0x00007fffe929a43f in prefill_from_function_table (opa=0x7fffefa15840) at /shoty/servers/xdebug/xdebug/xdebug_code_coverage.c:811
0000009 0x00007fffe929a515 in prefill_from_class_table (class_entry=0x7fffefa15328) at /shoty/servers/xdebug/xdebug/xdebug_code_coverage.c:830
0000010 0x00007fffe929a6f1 in xdebug_prefill_code_coverage (op_array=0x7fffefa0e978) at /shoty/servers/xdebug/xdebug/xdebug_code_coverage.c:856
0000011 0x00007fffe929a74e in xdebug_code_coverage_start_of_function (op_array=0x7fffefa0e978, function_name=0x18ea930 "Composer\Autoload\ClassLoader->loadClass")
at /shoty/servers/xdebug/xdebug/xdebug_code_coverage.c:865
0000012 0x00007fffe9294891 in xdebug_execute_ex (execute_data=0x7fffefa229f0) at /shoty/servers/xdebug/xdebug/xdebug.c:1770
0000013 0x0000000000a74aea in zend_call_function (fci=0x7fffffff9d90, fci_cache=0x7fffffff9d60) at /shoty/servers/php-7.2.0RC5/Zend/zend_execute_API.c:817
0000014 0x000000000086bdb6 in zif_spl_autoload_call (execute_data=0x7fffefa22990, return_value=0x7fffffffa070) at /shoty/servers/php-7.2.0RC5/ext/spl/php_spl.c:451
0000015 0x0000000000aeb16d in execute_internal (execute_data=0x7fffefa22990, return_value=0x7fffffffa070) at /shoty/servers/php-7.2.0RC5/Zend/zend_execute.c:2077
0000016 0x00007fffe9294f6c in xdebug_execute_internal (current_execute_data=0x7fffefa22990, return_value=0x7fffffffa070) at /shoty/servers/xdebug/xdebug/xdebug.c:1909
0000017 0x0000000000a74be2 in zend_call_function (fci=0x7fffffffa030, fci_cache=0x7fffffffa000) at /shoty/servers/php-7.2.0RC5/Zend/zend_execute_API.c:833
0000018 0x000003310000032b in ?? ()
0000019 0x0000033f00000338 in ?? ()
0000020 0x0000000100000027 in ?? ()
0000021 0x00007fffe91743f0 in ?? ()
0000022 0x00007fffefb86140 in ?? ()
0000023 0x0000002573655201 in ?? ()
0000024 0x000000000170db10 in ?? ()
0000025 0x0000000000000000 in ?? () |
|---|