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 158945 - can't debug anymore. error :Software caused connection abort: socket write error
Summary: can't debug anymore. error :Software caused connection abort: socket write error
Status: RESOLVED DUPLICATE of bug 146724
Alias: None
Product: php
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: PC Windows 3.1/NT
: P3 blocker (vote)
Assignee: rmatous
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-22 11:19 UTC by alainb33
Modified: 2009-03-12 19:21 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
the error log (3.29 KB, text/plain)
2009-02-22 11:20 UTC, alainb33
Details
the error message box (20.79 KB, text/plain)
2009-02-22 11:21 UTC, alainb33
Details
the error description (374 bytes, text/plain)
2009-02-22 11:22 UTC, alainb33
Details

Note You need to log in before you can comment on or make changes to this bug.
Description alainb33 2009-02-22 11:19:20 UTC
after a clean installation of netbeans , i was able to debug for about 2 days , but without changing anything in my
computer , now i can't debug anymore. after hitting Ctlr+F5 , my browser launches , the first line of my code is Green
(ready to start) but if i hit any debug key F5 , F8 , F7 , etc... i h'ave got a message box saying :
'socket execption occured'.

here is the debug ide :

GRAVE [org.netbeans.modules.php.dbgp.packets.DbgpMessage]
INFO [org.netbeans.modules.php.dbgp.DebugSession]
java.net.SocketException: Software caused connection abort: socket write error
        at java.net.SocketOutputStream.socketWrite0(Native Method)
        at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:92)
        at java.net.SocketOutputStream.write(SocketOutputStream.java:124)
        at org.netbeans.modules.php.dbgp.packets.DbgpCommand.send(DbgpCommand.java:84)
[catch] at org.netbeans.modules.php.dbgp.DebugSession.sendCommands(DebugSession.java:298)
        at org.netbeans.modules.php.dbgp.DebugSession.run(DebugSession.java:100)
        at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:572)
        at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:997)
GRAVE [org.netbeans.modules.php.dbgp.packets.DbgpMessage]
INFO [org.netbeans.modules.php.dbgp.DebugSession]
java.net.SocketException: Software caused connection abort: socket write error
        at java.net.SocketOutputStream.socketWrite0(Native Method)
        at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:92)
        at java.net.SocketOutputStream.write(SocketOutputStream.java:124)
        at org.netbeans.modules.php.dbgp.packets.DbgpCommand.send(DbgpCommand.java:84)
[catch] at org.netbeans.modules.php.dbgp.DebugSession.sendCommands(DebugSession.java:298)
        at org.netbeans.modules.php.dbgp.DebugSession.run(DebugSession.java:100)
        at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:572)
        at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:997)
GRAVE [org.netbeans.modules.php.dbgp.packets.DbgpMessage]
INFO [org.netbeans.modules.php.dbgp.DebugSession]
java.net.SocketException: Software caused connection abort: socket write error
        at java.net.SocketOutputStream.socketWrite0(Native Method)
        at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:92)
        at java.net.SocketOutputStream.write(SocketOutputStream.java:124)
        at org.netbeans.modules.php.dbgp.packets.DbgpCommand.send(DbgpCommand.java:84)
[catch] at org.netbeans.modules.php.dbgp.DebugSession.sendCommands(DebugSession.java:298)
        at org.netbeans.modules.php.dbgp.DebugSession.run(DebugSession.java:100)
        at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:572)
        at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:997)
GRAVE [org.netbeans.modules.php.dbgp.packets.DbgpMessage]
INFO [org.netbeans.modules.php.dbgp.DebugSession]
java.net.SocketException: Software caused connection abort: socket write error
        at java.net.SocketOutputStream.socketWrite0(Native Method)
        at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:92)
        at java.net.SocketOutputStream.write(SocketOutputStream.java:124)
        at org.netbeans.modules.php.dbgp.packets.DbgpCommand.send(DbgpCommand.java:84)
[catch] at org.netbeans.modules.php.dbgp.DebugSession.sendCommands(DebugSession.java:298)
        at org.netbeans.modules.php.dbgp.DebugSession.run(DebugSession.java:100)
        at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:572)
        at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:997)
Comment 1 alainb33 2009-02-22 11:20:37 UTC
Created attachment 77223 [details]
the error log
Comment 2 alainb33 2009-02-22 11:21:24 UTC
Created attachment 77224 [details]
the error message box
Comment 3 alainb33 2009-02-22 11:22:36 UTC
Created attachment 77225 [details]
the error description
Comment 4 rmatous 2009-03-12 19:21:51 UTC
Seems like duplicate of #146724

probably xdebug problem, try to remove watches and start debugging session again

*** This issue has been marked as a duplicate of 146724 ***