View Issue Details

IDProjectCategoryView StatusLast Update
0000852XdebugUncategorizedpublic2012-06-29 16:10
Reportermlocati Assigned Toderick  
PrioritynormalSeveritymajorReproducibilitysometimes
Status resolvedResolutionno change required 
PlatformApache2.2.22 PHP5.3.13TS 32 bitOSWindowsOS Version7 64 bit
Product Version2.2.0 
Summary0000852: 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

TagsNo tags attached.
Operating SystemWindows 7 64 bit
PHP Version5.3.13

Activities

derick

2012-06-25 17:59

administrator   ~0002273

Could you please try the latest available windows binary from http://xdebug.org/files/xdebug-latest.tgz ?

mlocati

2012-06-26 15:45

reporter   ~0002286

Sure! The "master" or the "stable" one? I guess the "master"...

mlocati

2012-06-26 15:54

reporter   ~0002287

With the "master" I noticed the problem again. Now trying with the "stable"...

mlocati

2012-06-26 15:56

reporter   ~0002288

Even the "stable" causes the problem...

derick

2012-06-27 21:05

administrator   ~0002290

Hmm, I thought I'd fixed this. Could you please try to produce:

mlocati

2012-06-29 15:55

reporter   ~0002311

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...

derick

2012-06-29 16:10

administrator   ~0002312

I'm closing it for now then, but feel free to reopen later.

Issue History

Date Modified Username Field Change
2012-06-15 12:45 mlocati New Issue
2012-06-25 17:59 derick Note Added: 0002273
2012-06-25 17:59 derick Assigned To => derick
2012-06-25 17:59 derick Status new => feedback
2012-06-26 15:45 mlocati Note Added: 0002286
2012-06-26 15:45 mlocati Status feedback => assigned
2012-06-26 15:54 mlocati Note Added: 0002287
2012-06-26 15:56 mlocati Note Added: 0002288
2012-06-27 21:05 derick Note Added: 0002290
2012-06-27 21:05 derick Status assigned => feedback
2012-06-29 15:55 mlocati Note Added: 0002311
2012-06-29 15:55 mlocati Status feedback => assigned
2012-06-29 16:10 derick Note Added: 0002312
2012-06-29 16:10 derick Status assigned => resolved
2012-06-29 16:10 derick Resolution open => no change required
2016-07-31 12:36 derick Category Usage problems => Usage problems (Crashes)
2016-07-31 12:38 derick Category Usage problems (Crashes) => Usage problems (Wrong Results)
2020-03-12 16:35 derick Category Usage problems (Wrong Results) => Variable Display
2020-03-12 16:38 derick Category Variable Display => Uncategorized