Advertisement
Guest User

Untitled

a guest
Jul 6th, 2015
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.92 KB | None | 0 0
  1. GNU gdb (Ubuntu/Linaro 7.4-2012.04-0ubuntu2.1) 7.4-2012.04
  2. Copyright (C) 2012 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. For bug reporting instructions, please see:
  9. <http://bugs.launchpad.net/gdb-linaro/>...
  10. Reading symbols from /mnt/www/site-fpm/bart.prod/php-fpm...done.
  11. [New LWP 24707]
  12. Core was generated by `php-fpm: pool bart '.
  13. Program terminated with signal 11, Segmentation fault.
  14. #0 spl_recursive_tree_iterator_get_prefix (object=0x1, return_value=0x0) at /usr/local/src/php-5.6.9/ext/spl/spl_iterators.c:1027
  15.  
  16. warning: Source file is more recent than executable.
  17. 1027 smart_str_appendl(&str, object->prefix[1].c, object->prefix[1].len);
  18. (gdb) bt
  19. #0 spl_recursive_tree_iterator_get_prefix (object=0x1, return_value=0x0) at /usr/local/src/php-5.6.9/ext/spl/spl_iterators.c:1027
  20. #1 0x00007f3cf1bff2a8 in ?? ()
  21. #2 0x0000000001239060 in ?? ()
  22. #3 0x00000000027ef260 in ?? ()
  23. #4 0x00007f3cd6aded50 in ?? ()
  24. #5 0x00007f3cf1bfe3e8 in ?? ()
  25. #6 0x00000000012392a0 in ht_bucket_html5_D0E ()
  26. #7 0x0000000000907f6a in i_zval_ptr_dtor_nogc (zval_ptr=<optimized out>) at /usr/local/src/php-5.6.9/Zend/zend_execute.h:96
  27. #8 zend_binary_assign_op_obj_helper_SPEC_UNUSED_UNUSED (binary_op=0x12391c8 <ht_bucket_html5_D06+8>, execute_data=0x377685dc4a45c4c) at /usr/local/src/php-5.6.9/Zend/zend_vm_execute.h:28863
  28. #9 0x0000000000908869 in gc_zval_check_possible_root (z=0x7f3cf1bff2a8) at /usr/local/src/php-5.6.9/Zend/zend_gc.h:183
  29. #10 i_zval_ptr_dtor (zval_ptr=0x7f3cf1bff2a8) at /usr/local/src/php-5.6.9/Zend/zend_execute.h:86
  30. #11 zend_binary_assign_op_obj_helper_SPEC_UNUSED_VAR (binary_op=0x7f3cf1bff2a8, execute_data=0x0) at /usr/local/src/php-5.6.9/Zend/zend_vm_execute.h:27532
  31. #12 0x00007ffffd31b7e0 in ?? ()
  32. #13 0x00000000033818f8 in ?? ()
  33. #14 0x0000000000000008 in ?? ()
  34. #15 0x00007f3cd6acf240 in ?? ()
  35. #16 0x00007f3cf1bff2a8 in ?? ()
  36. #17 0x00007f3ce4b40e60 in ?? ()
  37. #18 0x00007f3cf1bff2a8 in ?? ()
  38. #19 0x0000000003020260 in ?? ()
  39. #20 0x00007f3ce4b40bc0 in ?? ()
  40. #21 0x00000000033818f8 in ?? ()
  41. #22 0x00007f3ce48c258e in ?? ()
  42. #23 0x0000000000000018 in ?? ()
  43. #24 0x0000000000000008 in ?? ()
  44. #25 0x00007f3ce48c2720 in ?? ()
  45. #26 0x0000000000000048 in ?? ()
  46. #27 0x00000000000002ce in ?? ()
  47. #28 0x00000000008420d0 in php_output_discard_all () at /usr/local/src/php-5.6.9/main/output.c:369
  48. #29 0x00007f3ce48c2700 in ?? ()
  49. #30 0x00007f3ce4b40bc0 in ?? ()
  50. #31 0x00007f3ce4b40e60 in ?? ()
  51. #32 0x00007f3cf1bff2a8 in ?? ()
  52. #33 0x0000000001239060 in ?? ()
  53. #34 0x00007f3cd6acf240 in ?? ()
  54. #35 0x000000000337d998 in ?? ()
  55. #36 0x00007f3ce48c27e1 in ?? ()
  56. #37 0x0000000000000000 in ?? ()
  57. (gdb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement