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 222142

Summary: Error during debug - Session ended
Product: php Reporter: logart
Component: DebuggerAssignee: Ondrej Brejla <obrejla>
Status: RESOLVED INCOMPLETE    
Severity: normal CC: benedikt12
Priority: P3    
Version: 7.2   
Hardware: Macintosh   
OS: Mac OS X   
Issue Type: DEFECT Exception Reporter:

Description logart 2012-11-14 18:06:40 UTC
Product Version = NetBeans IDE 7.2 (Build 201207171143)
Operating System = Mac OS X version 10.7.5 running on x86_64
Java; VM; Vendor = 1.6.0_37
Runtime = Java HotSpot(TM) 64-Bit Server VM 20.12-b01-434

While running an xDebug session, the debugger bails out at a specific point in my code with an error message which tells me to check and see if too many watchers are running (I have none). Happens every time I run it.


INFO [org.netbeans.modules.php.dbgp.URIMapper]: class org.netbeans.modules.php.dbgp.URIMapper$BaseMapper: /private/var/www/vhosts//httpdocs/c/widgets/popularToolss/index.php -> file:///var/www/vhosts/test/httpdocs/c/widgets/popularToolss/index.php
INFO [org.netbeans.modules.php.dbgp.URIMapper]: class org.netbeans.modules.php.dbgp.URIMapper$BaseMapper: /private/var/www/vhosts/test/includes/classes/Test/Session/Handler/Db.php -> file:///var/www/vhosts/test.test2/includes/classes/Test/Session/Handler/Db.php
INFO [org.netbeans.modules.php.dbgp.URIMapper]: class org.netbeans.modules.php.dbgp.URIMapper$BaseMapper: file:///var/www/vhosts/test/httpdocs/c/dashboard/index.php -> /private/var/www/vhosts/test.test2/httpdocs/c/dashboard/index.php
INFO [org.netbeans.modules.php.dbgp.URIMapper]: class org.netbeans.modules.php.dbgp.URIMapper$BaseMapper: file:///var/www/vhosts/test/includes/classes/Test/Session/Handler/Db.php -> /private/var/www/vhosts/test.test2/includes/classes/Test/Session/Handler/Db.php
INFO [org.netbeans.modules.php.dbgp.URIMapper]: class org.netbeans.modules.php.dbgp.URIMapper$BaseMapper: file:///var/www/vhosts/test/includes/classes/Test/Session/Handler/Db.php -> /private/var/www/vhosts/test.test2/includes/classes/Test/Session/Handler/Db.php
INFO [org.netbeans.modules.php.dbgp.URIMapper]: class org.netbeans.modules.php.dbgp.URIMapper$BaseMapper: file:///var/www/vhosts/test/includes/classes/system/tools.php -> /private/var/www/vhosts/test.test2/includes/classes/system/tools.php
INFO [org.netbeans.modules.php.dbgp.URIMapper]: class org.netbeans.modules.php.dbgp.URIMapper$BaseMapper: file:///var/www/vhosts/test/includes/classes/Sso.php -> /private/var/www/vhosts/test.test2/includes/classes/Sso.php
INFO [org.netbeans.modules.php.dbgp.URIMapper]: class org.netbeans.modules.php.dbgp.URIMapper$BaseMapper: file:///var/www/vhosts/test/includes/settings.php -> /private/var/www/vhosts/test.test2/includes/settings.php
INFO [org.netbeans.modules.php.dbgp.URIMapper]: class org.netbeans.modules.php.dbgp.URIMapper$BaseMapper: file:///var/www/vhosts/test/httpdocs/c/dashboard/index.php -> /private/var/www/vhosts/test.test2/httpdocs/c/dashboard/index.php
SEVERE [org.netbeans.modules.php.dbgp.packets.DbgpMessage]
SEVERE [org.netbeans.modules.php.dbgp.packets.DbgpMessage]
INFO [org.netbeans.modules.php.dbgp.DebugSession]
java.net.SocketException: Broken pipe
        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:92)
        at org.netbeans.modules.php.dbgp.DebugSession.sendCommands(DebugSession.java:211)
[catch] at org.netbeans.modules.php.dbgp.DebugSession.run(DebugSession.java:143)
        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:439)
        at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
        at java.util.concurrent.FutureTask.run(FutureTask.java:138)
        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
        at java.lang.Thread.run(Thread.java:680)
Comment 1 Marian Mirilovic 2012-11-15 07:55:24 UTC
*** Bug 217405 has been marked as a duplicate of this bug. ***
Comment 2 Marian Mirilovic 2012-11-15 07:56:34 UTC
Please provide exact steps to reproduce, share the projects with us and reopen. Thanks in advance.