View Issue Details

IDProjectCategoryView StatusLast Update
0000272Xdebugpublic2009-10-17 18:13
Reportertroels Assigned Toderick  
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionno change required 
Summary0000272: Debug server doesn't close connection
Description

With the newest version (xdebug200rc4-521-win)

When the first debugging session has ended, there is still a TCP connection open to localhost:9000. If I try reloading the page (or any other page) to debug another session, the debugger doesn't kick in.

Additional Information

I'm not sure if this is an issue with php5.2.2 or with xdebug, or perhaps something to do with apache (I'm using apache 2.2.4)

TagsNo tags attached.
Operating Systemwindows xp, apache 2.2.4
PHP Version5.2-dev

Activities

derick

2007-05-22 21:13

administrator   ~0000622

It is normal that after the session ended there is still a connection as in this state (stopping) it is still possible to issue a few commands, such as breakpoint_list and status. The client should sever the connection. Which client are you using here?

troels

2007-05-22 21:39

reporter   ~0000625

This happens with debugclient-0.9.0.exe as well as my own experimental client. The problem doesn't occur if I end the session with the command 'stop'.
Even after I close the socket (exits the lient), the server keeps it open.

derick

2007-05-28 11:16

administrator   ~0000635

Could you provide both a sample script and a debug log (see http://xdebug.org/docs/remote#remote_log for information on how to that).

derick

2007-07-09 19:40

administrator   ~0000689

Reminder sent to troels

Could you provide both a sample script and a debug log (see http://xdebug.org/docs/remote#remote_log for information on how to that).

derick

2007-10-27 19:27

administrator   ~0000773

Reminder sent to troels

Could you provide both a sample script and a debug log (see http://xdebug.org/docs/remote#remote_log for information on how to that).

derick

2009-10-17 18:13

administrator   ~0001109

No feedback provided -> closing issue.

Issue History

Date Modified Username Field Change
2007-05-22 00:08 troels New Issue
2007-05-22 21:13 derick Note Added: 0000622
2007-05-22 21:13 derick Status new => feedback
2007-05-22 21:39 troels Note Added: 0000625
2007-05-28 11:16 derick Note Added: 0000635
2007-07-09 19:40 derick Note Added: 0000689
2007-10-27 19:27 derick Note Added: 0000773
2009-10-17 18:13 derick Note Added: 0001109
2009-10-17 18:13 derick Status feedback => resolved
2009-10-17 18:13 derick Resolution open => no change required
2009-10-17 18:13 derick Assigned To => derick
2016-07-31 12:35 derick Category Debug client (console) => debugclient (debugging tool)
2016-07-31 12:35 derick Category debugclient (debugging tool) => (No Category)