View Issue Details

IDProjectCategoryView StatusLast Update
0000883Xdebugpublic2013-05-22 03:51
Reporterakapuya Assigned To 
PriorityhighSeveritycrashReproducibilityalways
Status closedResolutionunable to reproduce 
PlatformintelOSWindowsOS Version7 64bit
Product Version2.2.1 
Target Version2.2.3Fixed in Version2.2.3 
Summary0000883: Debugging PHP with MongoDB using Cursor, causes debug session termination and exception
Description

When using MongoDB extension, every time a cursor is used to query data from DB, debugger crashes (tried both Netbeans and Eclipse, same results)

Steps To Reproduce

any program using MongoCursor

Additional Information

java.net.SocketException: Connection reset
at java.net.SocketInputStream.read(SocketInputStream.java:189)
at java.net.SocketInputStream.read(SocketInputStream.java:121)
at java.net.SocketInputStream.read(SocketInputStream.java:203)
at org.netbeans.modules.php.dbgp.packets.DbgpMessage.getDataSize(DbgpMessage.java:297)
at org.netbeans.modules.php.dbgp.packets.DbgpMessage.create(DbgpMessage.java:126)
at org.netbeans.modules.php.dbgp.DebugSession.receiveData(DebugSession.java:265)
at org.netbeans.modules.php.dbgp.DebugSession.sendCommands(DebugSession.java:213)
[catch] at org.netbeans.modules.php.dbgp.DebugSession.run(DebugSession.java:143)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
at java.util.concurrent.FutureTask.run(FutureTask.java:166)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
at java.lang.Thread.run(Thread.java:722)

TagsNo tags attached.
Operating SystemWindows
PHP Version5.4-dev

Activities

derick

2012-10-01 12:01

administrator   ~0002349

I tried to reproduce this, but I did not manage. Can you provide:

  1. a short and self contained script that demonstrates the problem
  2. a remote log to go with this. See http://xdebug.org/docs/all_settings#remote_log on how to do that.

derick

2012-10-21 19:10

administrator   ~0002366

Hello? Could you please provide the requested information?

derick

2012-11-11 12:59

administrator   ~0002379

Couldn't reproduce, and no feedback provided.

derick

2013-05-14 18:12

administrator   ~0002462

This was a bug after all, as a duplicate of 0000923.