Guest User

Untitled

a guest
Mar 27th, 2018
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.36 KB | None | 0 0
  1. GNU gdb (Ubuntu 7.11.1-0ubuntu1~16.5) 7.11.1
  2. Copyright (C) 2016 Free Software Foundation, Inc.
  3. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  4. This is free software: you are free to change and redistribute it.
  5. There is NO WARRANTY, to the extent permitted by law. Type "show copying"
  6. and "show warranty" for details.
  7. This GDB was configured as "x86_64-linux-gnu".
  8. Type "show configuration" for configuration details.
  9. For bug reporting instructions, please see:
  10. <http://www.gnu.org/software/gdb/bugs/>.
  11. Find the GDB manual and other documentation resources online at:
  12. <http://www.gnu.org/software/gdb/documentation/>.
  13. For help, type "help".
  14. Type "apropos word" to search for commands related to "word"...
  15. Reading symbols from php...Reading symbols from /usr/lib/debug/.build-id/ce/e2b6bf9274c857685ac6d94bf439b78a35919e.debug...done.
  16. done.
  17.  
  18. warning: core file may not match specified executable file.
  19. [New LWP 12722]
  20. [Thread debugging using libthread_db enabled]
  21. Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
  22. Core was generated by `/usr/bin/php /var/www/aep/vendor/drush/drush/drush.php --php=/usr/bin/php --php'.
  23. Program terminated with signal SIGSEGV, Segmentation fault.
  24. #0 __memcpy_sse2_unaligned () at ../sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S:38
  25. 38 ../sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: No such file or directory.
  26. (gdb) bt
  27. #0 __memcpy_sse2_unaligned () at ../sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S:38
  28. #1 0x00007f04b302b743 in memcpy (__len=39, __src=<optimized out>, __dest=0x7f04b0ae8358) at /usr/include/x86_64-linux-gnu/bits/string3.h:53
  29. #2 zend_string_init (persistent=0, len=<optimized out>, str=<optimized out>) at /usr/include/php/20160303/Zend/zend_string.h:160
  30. #3 hp_compile_file (file_handle=0x7ffc213c11a0, type=8) at /beetbox/workspace/7.1/xhprof-php7/extension/xhprof.c:1594
  31. #4 0x0000559da574defb in compile_filename (type=type@entry=8, filename=filename@entry=0x7f04c24154f0) at Zend/zend_language_scanner.l:662
  32. #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
  33. #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
  34. #7 0x0000559da57d259b in execute_ex (ex=<optimized out>) at /build/php7.1-IH8H1b/php7.1-7.1.15/Zend/zend_vm_execute.h:429
  35. #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
  36. #9 0x0000559da57a6f79 in zend_call_method (object=0x7f04b0afdf98, obj_ce=<optimized out>, fn_proxy=<optimized out>,
  37. 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,
  38. arg2=0x0) at /build/php7.1-IH8H1b/php7.1-7.1.15/Zend/zend_interfaces.c:99
  39. #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
  40. #11 0x00007f04b302b64f in hp_execute_internal (execute_data=0x7f04c2415430, ret=0x7ffc213c17a0) at /beetbox/workspace/7.1/xhprof-php7/extension/xhprof.c:1557
  41. #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
  42. #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
  43. #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
  44. #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
  45. #16 0x0000559da57d259b in execute_ex (ex=<optimized out>) at /build/php7.1-IH8H1b/php7.1-7.1.15/Zend/zend_vm_execute.h:429
  46. #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
  47. #18 0x0000559da57d259b in execute_ex (ex=<optimized out>) at /build/php7.1-IH8H1b/php7.1-7.1.15/Zend/zend_vm_execute.h:429
  48. #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
  49. #20 0x0000559da57a6f79 in zend_call_method (object=0x7f04b0afdf98, obj_ce=<optimized out>, fn_proxy=<optimized out>,
  50. 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,
  51. arg2=0x0) at /build/php7.1-IH8H1b/php7.1-7.1.15/Zend/zend_interfaces.c:99
  52. #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
  53. #22 0x00007f04b302b64f in hp_execute_internal (execute_data=0x7f04c24152c0, ret=0x7ffc213c1d50) at /beetbox/workspace/7.1/xhprof-php7/extension/xhprof.c:1557
  54. #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
  55. #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
  56. #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
  57. #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
  58. #27 0x0000559da57d259b in execute_ex (ex=<optimized out>) at /build/php7.1-IH8H1b/php7.1-7.1.15/Zend/zend_vm_execute.h:429
  59. #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
  60. #29 0x0000559da57d259b in execute_ex (ex=<optimized out>) at /build/php7.1-IH8H1b/php7.1-7.1.15/Zend/zend_vm_execute.h:429
  61. #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
  62. #31 0x0000559da57d259b in execute_ex (ex=<optimized out>) at /build/php7.1-IH8H1b/php7.1-7.1.15/Zend/zend_vm_execute.h:429
  63. #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
  64. #33 0x0000559da57d259b in execute_ex (ex=<optimized out>) at /build/php7.1-IH8H1b/php7.1-7.1.15/Zend/zend_vm_execute.h:429
  65. #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
  66. #35 0x0000559da57d259b in execute_ex (ex=<optimized out>) at /build/php7.1-IH8H1b/php7.1-7.1.15/Zend/zend_vm_execute.h:429
  67. #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
  68. #37 0x0000559da57d259b in execute_ex (ex=<optimized out>) at /build/php7.1-IH8H1b/php7.1-7.1.15/Zend/zend_vm_execute.h:429
  69. #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
  70. #39 0x0000559da57d259b in execute_ex (ex=<optimized out>) at /build/php7.1-IH8H1b/php7.1-7.1.15/Zend/zend_vm_execute.h:429
  71. #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
  72. #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
  73. #42 0x0000559da5724da0 in php_execute_script (primary_file=0x7ffc213c4690) at /build/php7.1-IH8H1b/php7.1-7.1.15/main/main.c:2577
  74. #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
  75. #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