d34n

Untitled

Jul 9th, 2015
269
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.78 KB | None | 0 0
  1. (gdb) c
  2. Continuing.
  3.  
  4. Program received signal SIGSEGV, Segmentation fault.
  5. 0x00002ae6c10cffba in xc_entry_find_unlocked (type=XC_TYPE_PHP, cache=0x3620390, entryslotid=99, entry=0x7fffd20d3ed8)
  6. at /home/cpeasyapache/src/xcache/xcache-3/mod_cacher/xc_cacher.c:353
  7. 353 for (p = cache->cached->entries[entryslotid]; p; p = p->next) {
  8. (gdb) backtrace
  9. #0 0x00002ae6c10cffba in xc_entry_find_unlocked (type=XC_TYPE_PHP, cache=0x3620390, entryslotid=99, entry=0x7fffd20d3ed8)
  10. at /home/cpeasyapache/src/xcache/xcache-3/mod_cacher/xc_cacher.c:353
  11. #1 0x00002ae6c10d13cd in xc_compile_file_cached (compiler=0x7fffd20d2eb0, h=0x7fffd20d6580, type=8)
  12. at /home/cpeasyapache/src/xcache/xcache-3/mod_cacher/xc_cacher.c:2091
  13. #2 0x00002ae6c10d1d0f in xc_compile_file (h=0x7fffd20d6580, type=8)
  14. at /home/cpeasyapache/src/xcache/xcache-3/mod_cacher/xc_cacher.c:2195
  15. #3 0x00002ae6bef1d650 in zend_execute_scripts (type=8, retval=0x0, file_count=3) at /home/cpeasyapache/src/php-5.4.42/Zend/zend.c:1321
  16. #4 0x00002ae6beec0358 in php_execute_script (primary_file=0x7fffd20d6580) at /home/cpeasyapache/src/php-5.4.42/main/main.c:2502
  17. #5 0x00002ae6befc6302 in php_handler (r=0x3639f40) at /home/cpeasyapache/src/php-5.4.42/sapi/apache2handler/sapi_apache2.c:667
  18. #6 0x000000000044c56b in ap_run_handler ()
  19. #7 0x000000000044ce34 in ap_invoke_handler ()
  20. #8 0x00000000004baec6 in ap_process_request ()
  21. #9 0x00000000004b76f1 in ap_process_http_connection ()
  22. #10 0x0000000000456027 in ap_run_process_connection ()
  23. #11 0x000000000045648b in ap_process_connection ()
  24. #12 0x00000000004fd1a1 in child_main ()
  25. #13 0x00000000004fd36b in make_child ()
  26. #14 0x00000000004fd5fe in perform_idle_server_maintenance ()
  27. #15 0x00000000004fdb3d in ap_mpm_run ()
  28. #16 0x0000000000431b3b in main ()
  29. (gdb)
Advertisement
Add Comment
Please, Sign In to add comment