Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- GNU gdb (Ubuntu 7.11.1-0ubuntu1~16.5) 7.11.1
- Copyright (C) 2016 Free Software Foundation, Inc.
- License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
- This is free software: you are free to change and redistribute it.
- There is NO WARRANTY, to the extent permitted by law. Type "show copying"
- and "show warranty" for details.
- This GDB was configured as "x86_64-linux-gnu".
- Type "show configuration" for configuration details.
- For bug reporting instructions, please see:
- <http://www.gnu.org/software/gdb/bugs/>.
- Find the GDB manual and other documentation resources online at:
- <http://www.gnu.org/software/gdb/documentation/>.
- For help, type "help".
- Type "apropos word" to search for commands related to "word"...
- Reading symbols from php...Reading symbols from /usr/lib/debug/.build-id/ce/e2b6bf9274c857685ac6d94bf439b78a35919e.debug...done.
- done.
- warning: core file may not match specified executable file.
- [New LWP 12722]
- [Thread debugging using libthread_db enabled]
- Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
- Core was generated by `/usr/bin/php /var/www/aep/vendor/drush/drush/drush.php --php=/usr/bin/php --php'.
- Program terminated with signal SIGSEGV, Segmentation fault.
- #0 __memcpy_sse2_unaligned () at ../sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S:38
- 38 ../sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: No such file or directory.
- (gdb) bt
- #0 __memcpy_sse2_unaligned () at ../sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S:38
- #1 0x00007f04b302b743 in memcpy (__len=39, __src=<optimized out>, __dest=0x7f04b0ae8358) at /usr/include/x86_64-linux-gnu/bits/string3.h:53
- #2 zend_string_init (persistent=0, len=<optimized out>, str=<optimized out>) at /usr/include/php/20160303/Zend/zend_string.h:160
- #3 hp_compile_file (file_handle=0x7ffc213c11a0, type=8) at /beetbox/workspace/7.1/xhprof-php7/extension/xhprof.c:1594
- #4 0x0000559da574defb in compile_filename (type=type@entry=8, filename=filename@entry=0x7f04c24154f0) at Zend/zend_language_scanner.l:662
- #5 0x0000559da57ed56a in zend_include_or_eval (inc_filename=0x7f04c24154f0, type=8) at /build/php7.1-IH8H1b/php7.1-7.1.15/Zend/zend_execute.c:2839
- #6 0x0000559da58277cf in ZEND_INCLUDE_OR_EVAL_SPEC_CV_HANDLER () at /build/php7.1-IH8H1b/php7.1-7.1.15/Zend/zend_vm_execute.h:35491
- #7 0x0000559da57d259b in execute_ex (ex=<optimized out>) at /build/php7.1-IH8H1b/php7.1-7.1.15/Zend/zend_vm_execute.h:429
- #8 0x0000559da577860b in zend_call_function (fci=0x7f04c2415490, fci@entry=0x7ffc213c14e0, fci_cache=fci_cache@entry=0x7ffc213c14b0) at /build/php7.1-IH8H1b/php7.1-7.1.15/Zend/zend_execute_API.c:855
- #9 0x0000559da57a6f79 in zend_call_method (object=0x7f04b0afdf98, obj_ce=<optimized out>, fn_proxy=<optimized out>,
- function_name=0x7f04b0ae9438 "symfony\\component\\classloader\\apcclassloader::loadclass\177", function_name_len=<optimized out>, retval_ptr=retval_ptr@entry=0x0, param_count=1, arg1=0x7f04c2415480,
- arg2=0x0) at /build/php7.1-IH8H1b/php7.1-7.1.15/Zend/zend_interfaces.c:99
- #10 0x0000559da5683bbe in zif_spl_autoload_call (execute_data=<optimized out>, return_value=<optimized out>) at /build/php7.1-IH8H1b/php7.1-7.1.15/ext/spl/php_spl.c:420
- #11 0x00007f04b302b64f in hp_execute_internal (execute_data=0x7f04c2415430, ret=0x7ffc213c17a0) at /beetbox/workspace/7.1/xhprof-php7/extension/xhprof.c:1557
- #12 0x0000559da5778813 in zend_call_function (fci=fci@entry=0x7ffc213c17e0, fci_cache=fci_cache@entry=0x7ffc213c17b0) at /build/php7.1-IH8H1b/php7.1-7.1.15/Zend/zend_execute_API.c:871
- #13 0x0000559da5778bb1 in zend_lookup_class_ex (name=name@entry=0x7f04b0a2b190, key=0x7f04b0a2b7e0, use_autoload=use_autoload@entry=1) at /build/php7.1-IH8H1b/php7.1-7.1.15/Zend/zend_execute_API.c:1028
- #14 0x0000559da5779568 in zend_fetch_class_by_name (class_name=0x7f04b0a2b190, key=<optimized out>, fetch_type=0) at /build/php7.1-IH8H1b/php7.1-7.1.15/Zend/zend_execute_API.c:1463
- #15 0x0000559da57d7189 in ZEND_FETCH_CLASS_SPEC_CONST_HANDLER () at /build/php7.1-IH8H1b/php7.1-7.1.15/Zend/zend_vm_execute.h:2093
- #16 0x0000559da57d259b in execute_ex (ex=<optimized out>) at /build/php7.1-IH8H1b/php7.1-7.1.15/Zend/zend_vm_execute.h:429
- #17 0x0000559da5827a8c in ZEND_INCLUDE_OR_EVAL_SPEC_CV_HANDLER () at /build/php7.1-IH8H1b/php7.1-7.1.15/Zend/zend_vm_execute.h:35530
- #18 0x0000559da57d259b in execute_ex (ex=<optimized out>) at /build/php7.1-IH8H1b/php7.1-7.1.15/Zend/zend_vm_execute.h:429
- #19 0x0000559da577860b in zend_call_function (fci=0x7f04c24153c0, fci@entry=0x7ffc213c1a90, fci_cache=fci_cache@entry=0x7ffc213c1a60) at /build/php7.1-IH8H1b/php7.1-7.1.15/Zend/zend_execute_API.c:855
- #20 0x0000559da57a6f79 in zend_call_method (object=0x7f04b0afdf98, obj_ce=<optimized out>, fn_proxy=<optimized out>,
- function_name=0x7f04b0ae9438 "symfony\\component\\classloader\\apcclassloader::loadclass\177", function_name_len=<optimized out>, retval_ptr=retval_ptr@entry=0x0, param_count=1, arg1=0x7f04c2415310,
- arg2=0x0) at /build/php7.1-IH8H1b/php7.1-7.1.15/Zend/zend_interfaces.c:99
- #21 0x0000559da5683bbe in zif_spl_autoload_call (execute_data=<optimized out>, return_value=<optimized out>) at /build/php7.1-IH8H1b/php7.1-7.1.15/ext/spl/php_spl.c:420
- #22 0x00007f04b302b64f in hp_execute_internal (execute_data=0x7f04c24152c0, ret=0x7ffc213c1d50) at /beetbox/workspace/7.1/xhprof-php7/extension/xhprof.c:1557
- #23 0x0000559da5778813 in zend_call_function (fci=fci@entry=0x7ffc213c1d90, fci_cache=fci_cache@entry=0x7ffc213c1d60) at /build/php7.1-IH8H1b/php7.1-7.1.15/Zend/zend_execute_API.c:871
- #24 0x0000559da5778bb1 in zend_lookup_class_ex (name=name@entry=0x7f04b0aaba50, key=key@entry=0x0, use_autoload=use_autoload@entry=1) at /build/php7.1-IH8H1b/php7.1-7.1.15/Zend/zend_execute_API.c:1028
- #25 0x0000559da57793d4 in zend_fetch_class (class_name=0x7f04b0aaba50, fetch_type=512) at /build/php7.1-IH8H1b/php7.1-7.1.15/Zend/zend_execute_API.c:1441
- #26 0x0000559da57d6c6b in ZEND_FETCH_CLASS_SPEC_TMPVAR_HANDLER () at /build/php7.1-IH8H1b/php7.1-7.1.15/Zend/zend_vm_execute.h:2539
- #27 0x0000559da57d259b in execute_ex (ex=<optimized out>) at /build/php7.1-IH8H1b/php7.1-7.1.15/Zend/zend_vm_execute.h:429
- #28 0x0000559da582b4ca in ZEND_DO_FCALL_SPEC_RETVAL_UNUSED_HANDLER () at /build/php7.1-IH8H1b/php7.1-7.1.15/Zend/zend_vm_execute.h:949
- #29 0x0000559da57d259b in execute_ex (ex=<optimized out>) at /build/php7.1-IH8H1b/php7.1-7.1.15/Zend/zend_vm_execute.h:429
- #30 0x0000559da582b4ca in ZEND_DO_FCALL_SPEC_RETVAL_UNUSED_HANDLER () at /build/php7.1-IH8H1b/php7.1-7.1.15/Zend/zend_vm_execute.h:949
- #31 0x0000559da57d259b in execute_ex (ex=<optimized out>) at /build/php7.1-IH8H1b/php7.1-7.1.15/Zend/zend_vm_execute.h:429
- #32 0x0000559da582b05e in ZEND_DO_FCALL_SPEC_RETVAL_USED_HANDLER () at /build/php7.1-IH8H1b/php7.1-7.1.15/Zend/zend_vm_execute.h:1076
- #33 0x0000559da57d259b in execute_ex (ex=<optimized out>) at /build/php7.1-IH8H1b/php7.1-7.1.15/Zend/zend_vm_execute.h:429
- #34 0x0000559da582b05e in ZEND_DO_FCALL_SPEC_RETVAL_USED_HANDLER () at /build/php7.1-IH8H1b/php7.1-7.1.15/Zend/zend_vm_execute.h:1076
- #35 0x0000559da57d259b in execute_ex (ex=<optimized out>) at /build/php7.1-IH8H1b/php7.1-7.1.15/Zend/zend_vm_execute.h:429
- #36 0x0000559da582b05e in ZEND_DO_FCALL_SPEC_RETVAL_USED_HANDLER () at /build/php7.1-IH8H1b/php7.1-7.1.15/Zend/zend_vm_execute.h:1076
- #37 0x0000559da57d259b in execute_ex (ex=<optimized out>) at /build/php7.1-IH8H1b/php7.1-7.1.15/Zend/zend_vm_execute.h:429
- #38 0x0000559da582b05e in ZEND_DO_FCALL_SPEC_RETVAL_USED_HANDLER () at /build/php7.1-IH8H1b/php7.1-7.1.15/Zend/zend_vm_execute.h:1076
- #39 0x0000559da57d259b in execute_ex (ex=<optimized out>) at /build/php7.1-IH8H1b/php7.1-7.1.15/Zend/zend_vm_execute.h:429
- #40 0x0000559da582d650 in zend_execute (op_array=0x7f04c246a0e0, op_array@entry=0x7f04b0ab82a0, return_value=return_value@entry=0x7f04c24150b0) at /build/php7.1-IH8H1b/php7.1-7.1.15/Zend/zend_vm_execute.h:474
- #41 0x0000559da5788a53 in zend_execute_scripts (type=type@entry=8, retval=0x7f04c24150b0, retval@entry=0x0, file_count=file_count@entry=3) at /build/php7.1-IH8H1b/php7.1-7.1.15/Zend/zend.c:1482
- #42 0x0000559da5724da0 in php_execute_script (primary_file=0x7ffc213c4690) at /build/php7.1-IH8H1b/php7.1-7.1.15/main/main.c:2577
- #43 0x0000559da582f8d7 in do_cli (argc=8, argv=0x559da69be260) at /build/php7.1-IH8H1b/php7.1-7.1.15/sapi/cli/php_cli.c:993
- #44 0x0000559da5600b7c in main (argc=8, argv=0x559da69be260) at /build/php7.1-IH8H1b/php7.1-7.1.15/sapi/cli/php_cli.c:1381
Advertisement
Add Comment
Please, Sign In to add comment