This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 258065 - Waiting for connection without listening on required port
Summary: Waiting for connection without listening on required port
Status: NEW
Alias: None
Product: php
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 8.1
Hardware: PC Windows 7 x64
: P3 normal (vote)
Assignee: Ondrej Brejla
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-19 15:18 UTC by Coren
Modified: 2016-08-29 06:06 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Coren 2016-02-19 15:18:30 UTC
Context: php7.0.2 xdebug v2.4.0rc4
"Watch"ed variables window: no entries

If the connection to the debugger broke down (which happens all too frequently), netbeans doesn't properly reset the socket after infamous "Socket error" popup.
One can restart the debugger and netbeans STATES, it is waiting for connections.
Yet, netstat clearly shows that netbeans is lying and it is NOT waiting for connections (there is NO listening socket at port 9000).