Advertisement
Guest User

Untitled

a guest
Sep 16th, 2013
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.96 KB | None | 0 0
  1. (gdb) continue
  2. Continuing.
  3.  
  4. Program received signal SIGSEGV, Segmentation fault.
  5. ZEND_FETCH_DIM_R_SPEC_VAR_CONST_HANDLER (execute_data=0xb6cb3580) at /build/php5-pT7wqR/php5-5.5.3+dfsg/Zend/zend_vm_execute.h:14774
  6. 14774 /build/php5-pT7wqR/php5-5.5.3+dfsg/Zend/zend_vm_execute.h: Нет такого файла или каталога.
  7. (gdb) bt
  8. #0 ZEND_FETCH_DIM_R_SPEC_VAR_CONST_HANDLER (execute_data=0xb6cb3580) at /build/php5-pT7wqR/php5-5.5.3+dfsg/Zend/zend_vm_execute.h:14774
  9. #1 0x083718d6 in execute_ex (execute_data=execute_data@entry=0xb6cb3580) at /build/php5-pT7wqR/php5-5.5.3+dfsg/Zend/zend_vm_execute.h:356
  10. #2 0x083fcdbc in zend_execute (op_array=0xa32fdf8) at /build/php5-pT7wqR/php5-5.5.3+dfsg/Zend/zend_vm_execute.h:381
  11. #3 0x08336ff7 in zend_call_function (fci=fci@entry=0xbf90ad8c, fci_cache=fci_cache@entry=0xbf90ad78)
  12. at /build/php5-pT7wqR/php5-5.5.3+dfsg/Zend/zend_execute_API.c:939
  13. #4 0x082596c3 in zif_call_user_func (ht=2, return_value=0xa3daf70, return_value_ptr=0x0, this_ptr=0x0, return_value_used=return_value_used@entry=1)
  14. at /build/php5-pT7wqR/php5-5.5.3+dfsg/ext/standard/basic_functions.c:4780
  15. #5 0x083feef6 in zend_do_fcall_common_helper_SPEC (execute_data=<optimized out>) at /build/php5-pT7wqR/php5-5.5.3+dfsg/Zend/zend_vm_execute.h:543
  16. #6 0x083718d6 in execute_ex (execute_data=0xb6cb348c, execute_data@entry=0xb6cb2b58) at /build/php5-pT7wqR/php5-5.5.3+dfsg/Zend/zend_vm_execute.h:356
  17. #7 0x083fcdbc in zend_execute (op_array=0xb6cd08e8) at /build/php5-pT7wqR/php5-5.5.3+dfsg/Zend/zend_vm_execute.h:381
  18. #8 0x08346d5e in zend_execute_scripts (type=type@entry=8, retval=retval@entry=0x0, file_count=file_count@entry=3)
  19. at /build/php5-pT7wqR/php5-5.5.3+dfsg/Zend/zend.c:1316
  20. #9 0x082e2b55 in php_execute_script (primary_file=primary_file@entry=0xbf90d1d0) at /build/php5-pT7wqR/php5-5.5.3+dfsg/main/main.c:2484
  21. #10 0x0809962b in main (argc=4, argv=0xbf90f434) at /build/php5-pT7wqR/php5-5.5.3+dfsg/sapi/fpm/fpm/fpm_main.c:1933
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement