Advertisement
Guest User

Untitled

a guest
Jan 2nd, 2014
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.14 KB | None | 0 0
  1. Program received signal SIGSEGV, Segmentation fault.
  2. 0x000000000081c83f in zend_mm_remove_from_free_list (heap=<optimized out>,
  3. mm_block=0x1a45bbc8) at /tmp/php-build/source/5.3.27/Zend/zend_alloc.c:830
  4. 830 /tmp/php-build/source/5.3.27/Zend/zend_alloc.c: No such file or directory.
  5. (gdb) #0 0x000000000081c83f in zend_mm_remove_from_free_list (heap=<optimized out>,
  6. mm_block=0x1a45bbc8) at /tmp/php-build/source/5.3.27/Zend/zend_alloc.c:830
  7. rp = <optimized out>
  8. cp = <optimized out>
  9. prev = 0x7fffecf95398
  10. next = 0x119b8ea0
  11. #1 0x000000000081ca33 in _zend_mm_free_int (heap=0x1111a60, p=0x1a45bb70)
  12. at /tmp/php-build/source/5.3.27/Zend/zend_alloc.c:2029
  13. ---Type <return> to continue, or q <return> to quit--- mm_block = 0x1a45bb60
  14. next_block = 0x1a45bbc8
  15. size = 104
  16. #2 0x000000000084cece in zend_hash_destroy (ht=0x1a3788b8)
  17. at /tmp/php-build/source/5.3.27/Zend/zend_hash.c:534
  18. p = 0x1a755320
  19. q = 0x1a45bb70
  20. #3 0x00000000008608a9 in zend_object_std_dtor (object=0x1a80f2a8,
  21. tsrm_ls=<optimized out>)
  22. at /tmp/php-build/source/5.3.27/Zend/zend_objects.c:45
  23. No locals.
  24. #4 0x00000000008608c9 in zend_objects_free_object_storage (object=0x1a80f2a8,
  25. tsrm_ls=<optimized out>)
  26. at /tmp/php-build/source/5.3.27/Zend/zend_objects.c:126
  27. No locals.
  28. #5 0x0000000000864a8d in zend_objects_store_free_object_storage (
  29. objects=0x1113bf8, tsrm_ls=0x110f310)
  30. at /tmp/php-build/source/5.3.27/Zend/zend_objects_API.c:92
  31. obj = <optimized out>
  32. i = <optimized out>
  33. #6 0x000000000082fee9 in shutdown_executor (tsrm_ls=0x110f310)
  34. at /tmp/php-build/source/5.3.27/Zend/zend_execute_API.c:302
  35. __orig_bailout = 0x0
  36. ---Type <return> to continue, or q <return> to quit--- __bailout = {{__jmpbuf = {6, -2742764738841027947, 140737488347010, 0,
  37. 0, 0, 2742766254145919637, -2742765178257155435},
  38. __mask_was_saved = 0, __saved_mask = {__val = {8227115, 0,
  39. 17888016, 8676192, 8227115, 0, 8505830, 17888016, 22009089,
  40. 17905592, 0, 0, 8639520, 17888016, 22009089,
  41. 140737488347010}}}}
  42. #7 0x000000000083ee20 in zend_deactivate (tsrm_ls=0x110f310)
  43. at /tmp/php-build/source/5.3.27/Zend/zend.c:891
  44. No locals.
  45. #8 0x00000000007de5cf in php_request_shutdown (dummy=<optimized out>)
  46. at /tmp/php-build/source/5.3.27/main/main.c:1669
  47. report_memleaks = 1 '\001'
  48. tsrm_ls = 0x110f310
  49. #9 0x000000000043c222 in main (argc=4, argv=0x7fffffffdb78)
  50. at /tmp/php-build/source/5.3.27/sapi/cli/php_cli.c:1368
  51. exit_status = 0
  52. c = <optimized out>
  53. file_handle = {type = ZEND_HANDLE_MAPPED,
  54. filename = 0x7fffffffdf82 "phpunit.php", opened_path = 0x0,
  55. handle = {fd = 21854176, fp = 0x14d77e0, stream = {
  56. handle = 0x14d77e0, isatty = 0, mmap = {len = 3524, pos = 0,
  57. map = 0x7ffff7ebe000, buf = 0x7ffff7ebe013 "",
  58. old_handle = 0x14fd590,
  59. ---Type <return> to continue, or q <return> to quit--- old_closer = 0x855f90 <zend_stream_stdio_closer>},
  60. reader = 0x856090 <zend_stream_stdio_reader>,
  61. fsizer = 0x855fb0 <zend_stream_stdio_fsizer>,
  62. closer = 0x856000 <zend_stream_mmap_closer>}},
  63. free_filename = 0 '\000'}
  64. behavior = <optimized out>
  65. reflection_what = <optimized out>
  66. orig_optind = 1
  67. orig_optarg = 0x0
  68. arg_free = <optimized out>
  69. arg_excp = <optimized out>
  70. script_file = <optimized out>
  71. translated_path = 0x14fd540 "/home/travis/build/mariushoch/phase3/tests/phpunit/phpunit.php"
  72. interactive = <optimized out>
  73. module_started = 1
  74. request_started = 1
  75. lineno = 2
  76. exec_direct = <optimized out>
  77. exec_run = <optimized out>
  78. exec_begin = <optimized out>
  79. exec_end = <optimized out>
  80. param_error = <optimized out>
  81. ---Type <return> to continue, or q <return> to quit--- hide_argv = <optimized out>
  82. tsrm_ls = 0x110f310
  83. ini_entries_len = <optimized out>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement