SublimeXdebug icon indicating copy to clipboard operation
SublimeXdebug copied to clipboard

Hangs on CLOSE_WAIT

Open bluszcz opened this issue 11 years ago • 0 comments

It hangs in infinitive...

recvfrom(21, "", 1024, 0, NULL, NULL)   = 0
recvfrom(21, "", 1024, 0, NULL, NULL)   = 0
recvfrom(21, "", 1024, 0, NULL, NULL)   = 0
bluszcz@X ~> sudo lsof -p 32176 |grep 21u
sublime_t 32176 bluszcz   21u  IPv4             291037      0t0      TCP localhost:9000->localhost:45079 (CLOSE_WAIT)
bluszcz@X ~> 

It may be xdebug error, resolved here: http://forums.netbeans.org/viewtopic.php?p=141779#141779

,but plugin should be bullet proofed enough to not crash as well.

There is also similar problem described here: http://stackoverflow.com/questions/14033240/debugging-not-starting

bluszcz avatar Mar 09 '13 01:03 bluszcz