Advertisement
Guest User

Untitled

a guest
Oct 18th, 2013
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
GDB 7.77 KB | None | 0 0
  1. ####################################################################################
  2.  
  3. bt
  4.  
  5. Program received signal SIGSEGV, Segmentation fault.
  6. apc_cache_find (cache=0x2b7678b30600, strkey=0x2b765c785b70 "production_code:Misc_Controller_Router_Route_Cms", keylen=47, t=1382107564)
  7.     at /usr/src/redhat/BUILD/php-pecl-apcu-4.0.2.3/apc_cache.c:838
  8. 838 /usr/src/redhat/BUILD/php-pecl-apcu-4.0.2.3/apc_cache.c: No such file or directory.
  9.  
  10.  
  11. #0  apc_cache_find (cache=0x2b7678b30600, strkey=0x2b765c785b70 "production_code:Misc_Controller_Router_Route_Cms", keylen=47, t=1382107564)
  12.     at /usr/src/redhat/BUILD/php-pecl-apcu-4.0.2.3/apc_cache.c:838
  13. #1  0x00002b76505ba569 in zif_apcu_fetch (ht=2, return_value=0x2b765c785bb0, return_value_ptr=<optimized out>, this_ptr=<optimized out>, return_value_used=<optimized out>)
  14.     at /usr/src/redhat/BUILD/php-pecl-apcu-4.0.2.3/php_apc.c:862
  15. #2  0x00002b764dc5be59 in zend_do_fcall_common_helper_SPEC (execute_data=0x2b7678ea2880) at /usr/src/redhat/BUILD/php-5.5.3/Zend/zend_vm_execute.h:543
  16. #3  0x00002b764dc9a7f8 in execute_ex (execute_data=0x2b7678ea2880) at /usr/src/redhat/BUILD/php-5.5.3/Zend/zend_vm_execute.h:356
  17. #4  0x00002b764dc287da in zend_execute_scripts (type=8, retval=0x0, file_count=3) at /usr/src/redhat/BUILD/php-5.5.3/Zend/zend.c:1316
  18. #5  0x00002b764dbc9699 in php_execute_script (primary_file=0x7fffe68ee180) at /usr/src/redhat/BUILD/php-5.5.3/main/main.c:2484
  19. #6  0x00002b764dcd528d in php_handler (r=0x2b7698fa90d8) at /usr/src/redhat/BUILD/php-5.5.3/sapi/apache2handler/sapi_apache2.c:667
  20. #7  0x00002b7643252e8a in ap_run_handler ()
  21. #8  0x00002b7643256318 in ap_invoke_handler ()
  22. #9  0x00002b7643260c7a in ap_internal_redirect ()
  23. #10 0x00002b764c0a4c70 in ?? () from /etc/httpd/modules/mod_rewrite.so
  24. #11 0x00002b7643252e8a in ap_run_handler ()
  25. #12 0x00002b7643256318 in ap_invoke_handler ()
  26. #13 0x00002b7643260e28 in ap_process_request ()
  27. #14 0x00002b764325e010 in ?? ()
  28. #15 0x00002b764325a112 in ap_run_process_connection ()
  29. #16 0x00002b76432652c9 in ?? ()
  30. #17 0x00002b764326555a in ?? ()
  31. #18 0x00002b7643265dbd in ap_mpm_run ()
  32. #19 0x00002b764323ffd8 in main ()
  33.  
  34.  
  35. ####################################################################################
  36.  
  37. bt full
  38.  
  39. #0  apc_cache_find (cache=0x2b7678b30600, strkey=0x2b765c785b70 "production_code:Misc_Controller_Router_Route_Cms", keylen=47, t=1382107564)
  40.     at /usr/src/redhat/BUILD/php-pecl-apcu-4.0.2.3/apc_cache.c:838
  41.         slot = 0x2b76792409a0
  42.         h = 8819867789166269322
  43.         s = 3536
  44. #1  0x00002b76505ba569 in zif_apcu_fetch (ht=2, return_value=0x2b765c785bb0, return_value_ptr=<optimized out>, this_ptr=<optimized out>, return_value_used=<optimized out>)
  45.     at /usr/src/redhat/BUILD/php-pecl-apcu-4.0.2.3/php_apc.c:862
  46.         key = 0x2b765ccb0d08
  47.         success = 0x2b765c77fb38
  48.         entry = <optimized out>
  49.         t = 1382107564
  50.         ctxt = {pool = 0x2b765c760860, copy = APC_COPY_OUT, force_update = 0, copied = {nTableSize = 0, nTableMask = 0, nNumOfElements = 0, nNextFreeElement = 0, pInternalPointer = 0x0,
  51.             pListHead = 0x0, pListTail = 0x0, arBuckets = 0x0, pDestructor = 0x0, persistent = 0 '\000', nApplyCount = 0 '\000', bApplyProtection = 0 '\000'},
  52.           serializer = 0x2b76507c7480 <apc_serializers>, key = 0x0}
  53. #2  0x00002b764dc5be59 in zend_do_fcall_common_helper_SPEC (execute_data=0x2b7678ea2880) at /usr/src/redhat/BUILD/php-5.5.3/Zend/zend_vm_execute.h:543
  54.         ret = 0x2b7678ea2860
  55.         opline = 0x2b7699b268b8
  56.         should_change_scope = 0 '\000'
  57.         fbc = 0x2b7678b66b50
  58. #3  0x00002b764dc9a7f8 in execute_ex (execute_data=0x2b7678ea2880) at /usr/src/redhat/BUILD/php-5.5.3/Zend/zend_vm_execute.h:356
  59.         ret = <optimized out>
  60.         original_in_execution = 0 '\000'
  61. #4  0x00002b764dc287da in zend_execute_scripts (type=8, retval=0x0, file_count=3) at /usr/src/redhat/BUILD/php-5.5.3/Zend/zend.c:1316
  62.         files = {{gp_offset = 40, fp_offset = 0, overflow_arg_area = 0x7fffe68ebe70, reg_save_area = 0x7fffe68ebd80}}
  63.         i = 1
  64.         file_handle = 0x7fffe68ee180
  65.         orig_op_array = 0x0
  66.         orig_retval_ptr_ptr = 0x0
  67.         orig_interactive = 0
  68. #5  0x00002b764dbc9699 in php_execute_script (primary_file=0x7fffe68ee180) at /usr/src/redhat/BUILD/php-5.5.3/main/main.c:2484
  69.         __orig_bailout = 0x7fffe68ee0b0
  70.         __bailout = {{__jmpbuf = {400, -2169456603097647871, 47788372693208, 47787264535264, 47786934906392, 47786934903808, -2169456603097633823, -2169364757993275146}, __mask_was_saved = 0,
  71.             __saved_mask = {__val = {47787115375552, 47787206059960, 1, 39, 47787205143543, 47787834951272, 47787132463188, 0, 47787109810108, 4294967322, 47787265980768, 47788372579584,
  72.                 47787115375552, 47787835075376, 47787280585522, 47786934903808}}}}
  73.         prepend_file_p = 0x0
  74.         append_file_p = 0x2b76792409a0
  75.         prepend_file = {type = ZEND_HANDLE_FILENAME, filename = 0x0, opened_path = 0x0, handle = {fd = 0, fp = 0x0, stream = {handle = 0x0, isatty = 0, mmap = {len = 0, pos = 0, map = 0x0,
  76.                 buf = 0x0, old_handle = 0x0, old_closer = 0x0}, reader = 0x0, fsizer = 0x0, closer = 0x0}}, free_filename = 0 '\000'}
  77.         append_file = {type = ZEND_HANDLE_FILENAME, filename = 0x0, opened_path = 0x0, handle = {fd = 0, fp = 0x0, stream = {handle = 0x0, isatty = 0, mmap = {len = 0, pos = 0, map = 0x0,
  78.                 buf = 0x0, old_handle = 0x0, old_closer = 0x0}, reader = 0x0, fsizer = 0x0, closer = 0x0}}, free_filename = 0 '\000'}
  79.         old_cwd = 0x7fffe68ebe80 "/"
  80.         retval = 0
  81. #6  0x00002b764dcd528d in php_handler (r=0x2b7698fa90d8) at /usr/src/redhat/BUILD/php-5.5.3/sapi/apache2handler/sapi_apache2.c:667
  82.         __bailout = {{__jmpbuf = {400, -2169339425023863397, 47788372693208, 47787264535264, 47786934906392, 47786934903808, -2169456603097647823, -2169364757985978174}, __mask_was_saved = 0,
  83.             __saved_mask = {__val = {47788372661216, 24, 47788372676792, 47787264773664, 47786958636592, 47788372676792, 47788372693208, 47788372661216, 47787058541437, 47786934906392,
  84.                 47786958636668, 40, 47788372693208, 47787264535264, 47787086197087, 47788372698840}}}}
  85.         ctx = 0x2b7698fa15f8
  86.         conf = 0x2b7656f646d8
  87.         brigade = 0x2b7698fa2328
  88.         bucket = <optimized out>
  89.         rv = <optimized out>
  90.         parent_req = 0x0
  91. #7  0x00002b7643252e8a in ap_run_handler ()
  92. No symbol table info available.
  93. #8  0x00002b7643256318 in ap_invoke_handler ()
  94. No symbol table info available.
  95. #9  0x00002b7643260c7a in ap_internal_redirect ()
  96. No symbol table info available.
  97. #10 0x00002b764c0a4c70 in ?? () from /etc/httpd/modules/mod_rewrite.so
  98. ---Type <return> to continue, or q <return> to quit---
  99. No symbol table info available.
  100. #11 0x00002b7643252e8a in ap_run_handler ()
  101. No symbol table info available.
  102. #12 0x00002b7643256318 in ap_invoke_handler ()
  103. No symbol table info available.
  104. #13 0x00002b7643260e28 in ap_process_request ()
  105. No symbol table info available.
  106. #14 0x00002b764325e010 in ?? ()
  107. No symbol table info available.
  108. #15 0x00002b764325a112 in ap_run_process_connection ()
  109. No symbol table info available.
  110. #16 0x00002b76432652c9 in ?? ()
  111. No symbol table info available.
  112. #17 0x00002b764326555a in ?? ()
  113. No symbol table info available.
  114. #18 0x00002b7643265dbd in ap_mpm_run ()
  115. No symbol table info available.
  116. #19 0x00002b764323ffd8 in main ()
  117. No symbol table info available.
  118.  
  119.  
  120. ############################################################
  121.  
  122. (gdb) info threads
  123.   Id   Target Id         Frame
  124. * 1    Thread 0x2b76471d1330 (LWP 5314) apc_cache_find (cache=0x2b7678b30600, strkey=0x2b765c785b70 "production_code:Misc_Controller_Router_Route_Cms", keylen=47, t=1382107564)
  125.     at /usr/src/redhat/BUILD/php-pecl-apcu-4.0.2.3/apc_cache.c:838
  126.  
  127. ##############################################################
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement