| Anonymous | Login | Signup for a new account | 2013-05-19 00:24 BST | ![]() |
| Main | My View | View Issues | Change Log | Roadmap |
| View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | |||
| 0000852 | Xdebug | Usage problems | public | 2012-06-15 13:45 | 2012-06-29 17:10 | |||
| Reporter | mlocati | |||||||
| Assigned To | derick | |||||||
| Priority | normal | Severity | major | Reproducibility | sometimes | |||
| Status | resolved | Resolution | no change required | |||||
| Platform | Apache2.2.22 PHP5.3.13TS 32 bit | OS | Windows | OS Version | 7 64 bit | |||
| Product Version | 2.2.0 | |||||||
| Target Version | Fixed in Version | |||||||
| Summary | 0000852: Empty browser output | |||||||
| Description | I'm using Eclipse 3.7.2 and here's the section of PHP.ini related to the XDebug configuration. [XDebug] ;zend_extension="C:\Program Files (x86)\PHP\ext\php_xdebug-2.1.4-5.3-vc9.dll" zend_extension="C:\Program Files (x86)\PHP\ext\php_xdebug-2.2.0-5.3-vc9.dll" xdebug.remote_enable=On xdebug.remote_autostart=On xdebug.collect_vars=On xdebug.max_nesting_level=1000 xdebug.var_display_max_depth=5 xdebug.var_display_max_data=4096 With Eclipse opened (even not while debugging), sometimes I receive an empty output from my local website. It doesn't happen everytime, but when I start getting an empty output I have always an empty output until I close Eclipse. This doesn't seems to happen with Eclipse closed. This only happens with XDebug 2.2. With previous versions I never noticed that. I know there are just too few info to find what's going wrong. Tell me what can I do to give you more info... | |||||||
| Steps To Reproduce | 1) Open Eclipse 2) Browse to a web page in the local website 3) Repeat step 2 until you'll receive an empty output | |||||||
| Additional Information | Here's a request and its response I catched with fiddler (please note that I mapped www.localhost.com to 127.0.0.1) >>> REQUEST GET http://www.localhost.com:81/index.php?cID=272 [^] HTTP/1.1 Host: www.localhost.com:81 Connection: keep-alive Cache-Control: max-age=0 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/536.5 (KHTML, like Gecko) Chrome/19.0.1084.56 Safari/536.5 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Referer: http://www.localhost.com:81/dashboard/sitemap/full/ [^] Accept-Encoding: gzip,deflate,sdch Accept-Language: it-IT,it;q=0.8,en-US;q=0.6,en;q=0.4 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3 Cookie: __iR=-; __iP=http%3A%2F%2Fwww.localhost.com%3A81%2F%3Flang%3Dita%26page%3Dthanktrialdwn%26token%3D1e3bb816bc71546e55483041048be208; ccmUserHash=3%3A9fa4b391c107825181bdb1b4533aa232; CONCRETE5=pppk9h14b58e9rqjglsrv7jge2 >>> RESPONSE (as you can see there are only the headers, no body is received) HTTP/1.1 200 OK Date: Fri, 15 Jun 2012 12:40:32 GMT Server: Apache/2.2.22 (Win32) mod_ssl/2.2.22 OpenSSL/1.0.1c PHP/5.3.13 X-Powered-By: PHP/5.3.13 Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Content-Length: 0 Keep-Alive: timeout=5, max=100 Connection: Keep-Alive Content-Type: text/html; charset=UTF-8 | |||||||
| Tags | No tags attached. | |||||||
| Operating System | Windows 7 64 bit | |||||||
| PHP Version | 5.3.13 | |||||||
| Attached Files | ||||||||
Notes |
|
|
(0002273) derick (administrator) 2012-06-25 18:59 |
Could you please try the latest available windows binary from http://xdebug.org/files/xdebug-latest.tgz [^] ? |
|
(0002286) mlocati (reporter) 2012-06-26 16:45 |
Sure! The "master" or the "stable" one? I guess the "master"... |
|
(0002287) mlocati (reporter) 2012-06-26 16:54 |
With the "master" I noticed the problem again. Now trying with the "stable"... |
|
(0002288) mlocati (reporter) 2012-06-26 16:56 |
Even the "stable" causes the problem... |
|
(0002290) derick (administrator) 2012-06-27 22:05 |
Hmm, I thought I'd fixed this. Could you please try to produce: - a short reproducable script - and with that, a remote debugging log (see http://xdebug.org/docs/all_settings#remote_log [^]) on how to make one. |
|
(0002311) mlocati (reporter) 2012-06-29 16:55 |
I've installed the new Eclipse (Eclipse Juno 4.2), and until now everything's been ok (with the php_xdebug-master-5.3-vc9.dll you gave me). Anyway I tried it just for a few hours, and tomorrow I'll leave for a two-week holiday... |
|
(0002312) derick (administrator) 2012-06-29 17:10 |
I'm closing it for now then, but feel free to reopen later. |
Issue History |
|||
| Date Modified | Username | Field | Change |
| 2012-06-15 13:45 | mlocati | New Issue | |
| 2012-06-25 18:59 | derick | Note Added: 0002273 | |
| 2012-06-25 18:59 | derick | Assigned To | => derick |
| 2012-06-25 18:59 | derick | Status | new => feedback |
| 2012-06-26 16:45 | mlocati | Note Added: 0002286 | |
| 2012-06-26 16:45 | mlocati | Status | feedback => assigned |
| 2012-06-26 16:54 | mlocati | Note Added: 0002287 | |
| 2012-06-26 16:56 | mlocati | Note Added: 0002288 | |
| 2012-06-27 22:05 | derick | Note Added: 0002290 | |
| 2012-06-27 22:05 | derick | Status | assigned => feedback |
| 2012-06-29 16:55 | mlocati | Note Added: 0002311 | |
| 2012-06-29 16:55 | mlocati | Status | feedback => assigned |
| 2012-06-29 17:10 | derick | Note Added: 0002312 | |
| 2012-06-29 17:10 | derick | Status | assigned => resolved |
| 2012-06-29 17:10 | derick | Resolution | open => no change required |
| Copyright © 2000 - 2011 MantisBT Group |