免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 2499 | 回复: 0

[Web] 请问在Eclipse中使用ZendDebug调试的时候,apache会崩溃.该怎么解决啊 [复制链接]

论坛徽章:
0
发表于 2010-03-11 15:53 |显示全部楼层
ZendDebug能正常启动

但是每次在Eclipse中使用ZendDebug调试的时候,apache会崩溃,

弹出一个窗口,说什么"内存不能为read".如下图:



这是我php.ini中的相关配置:
  1. [eaccelerator]
  2. ; zend_extension_ts="E:/APMServ5.2.6/zend/eAccelerator/eaccelerator.dll"
  3. ; eaccelerator.shm_size="32"
  4. ; eaccelerator.cache_dir="E:/APMServ5.2.6/tmp/eaccelerator/"
  5. ; eaccelerator.enable="1"
  6. ; eaccelerator.optimizer="1"
  7. ; eaccelerator.check_mtime="1"
  8. ; eaccelerator.debug="0"
  9. ; eaccelerator.filter=""
  10. ; eaccelerator.shm_max="0"
  11. ; eaccelerator.shm_ttl="0"
  12. ; eaccelerator.shm_prune_period="0"
  13. ; eaccelerator.shm_only="0"
  14. ; eaccelerator.compress="1"
  15. ; eaccelerator.compress_level="9"
  16. ; eaccelerator.keys = "shm"
  17. ; eaccelerator.sessions = "shm"


  18. [Zend]
  19. zend_extension_ts=E:/APMServ5.2.6/Zend/ZendDebugger/php-5.2.x/ZendDebugger.dll
  20. zend_debugger.allow_hosts=127.0.0.1/32,192.168.1.0/24
  21. zend_debugger.expose_remotely=allowed_hosts
  22. zend_debugger.expose_remotely=always


  23. [Xdebug]
  24. ; zend_extension_ts="E:/APMServ5.2.6/PHP/ext/php_xdebug.dll"
  25. ; xdebug.remote_enable=On
  26. ; xdebug.remote_autostart=On
  27. ; xdebug.remote_handler=dbgp
  28. ; xdebug.remote_host=192.168.1.100
  29. ; xdebug.remote_port=9000
  30. ; xdebug.remote_mode=req
复制代码
以下是apache error.log文件的内容:

  1. ********************************************************************************************
  2. APMServ最近一次启动、运行、停止过程中的Apache通知[notice]、提醒[warn]、错误[error]日志如下:
  3. ********************************************************************************************
  4. [Wed Mar 10 17:06:57 2010] [notice] Apache/2.2.9 (APMServ) PHP/5.2.6 configured -- resuming normal operations
  5. [Wed Mar 10 17:06:57 2010] [notice] Server built: Jun 13 2008 04:04:59
  6. [Wed Mar 10 17:06:57 2010] [notice] Parent: Created child process 2756
  7. [Wed Mar 10 17:07:02 2010] [notice] Child 2756: Child process is running
  8. [Wed Mar 10 17:07:02 2010] [notice] Child 2756: Acquired the start mutex.
  9. [Wed Mar 10 17:07:02 2010] [notice] Child 2756: Starting 500 worker threads.
  10. [Wed Mar 10 17:07:02 2010] [notice] Child 2756: Starting thread to listen on port 80.
  11. [Wed Mar 10 17:10:20 2010] [error] [client 127.0.0.1] File does not exist: E:/APMServ5.2.6/www/htdocs/auto-system/include/css/images, referer: [url=http://localhost/auto-system/include/css/style.css]http://localhost/auto-system/include/css/style.css[/url]
  12. [Wed Mar 10 17:10:21 2010] [error] [client 127.0.0.1] File does not exist: E:/APMServ5.2.6/www/htdocs/favicon.ico
  13. [Wed Mar 10 17:10:31 2010] [error] [client 127.0.0.1] File does not exist: E:/APMServ5.2.6/www/htdocs/auto-system/include/css/images, referer: [url=http://localhost/auto-system/index.php]http://localhost/auto-system/index.php[/url]
  14. [Wed Mar 10 17:10:33 2010] [error] [client 127.0.0.1] File does not exist: E:/APMServ5.2.6/www/htdocs/auto-system/include/css/images, referer: [url=http://localhost/auto-system/show_myp2p_match_info.php]http://localhost/auto-system/show_myp2p_match_info.php[/url]
  15. [Wed Mar 10 17:10:48 2010] [error] [client 127.0.0.1] File does not exist: E:/APMServ5.2.6/www/htdocs/auto-system/include/css/images, referer: [url=http://localhost/auto-system/include/css/style.css]http://localhost/auto-system/include/css/style.css[/url]
  16. [Wed Mar 10 17:10:48 2010] [error] [client 127.0.0.1] File does not exist: E:/APMServ5.2.6/www/htdocs/favicon.ico
  17. [Wed Mar 10 17:11:27 2010] [error] [client 127.0.0.1] File does not exist: E:/APMServ5.2.6/www/htdocs/auto-system/include/css/images, referer: [url=http://localhost/auto-system/include/css/style.css]http://localhost/auto-system/include/css/style.css[/url]
  18. [Wed Mar 10 17:11:33 2010] [error] [client 127.0.0.1] File does not exist: E:/APMServ5.2.6/www/htdocs/auto-system/include/css/images, referer: [url=http://localhost/auto-system/include/css/style.css]http://localhost/auto-system/include/css/style.css[/url]
  19. [Wed Mar 10 17:13:12 2010] [error] [client 127.0.0.1] File does not exist: E:/APMServ5.2.6/www/htdocs/favicon.ico
  20. [Zend Debugger] Cannot receive start command

复制代码
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP