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 251904

Summary: StackOverflowError at org.netbeans.modules.php.dbgp.packets.DbgpMessage.getNode
Product: php Reporter: g4b0
Component: DebuggerAssignee: Ondrej Brejla <obrejla>
Status: NEW ---    
Severity: normal CC: bootch777, flexjoly, justpusher, kemal_secer, vstokesjr
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 216811
Attachments: stacktrace
stacktrace
stacktrace

Description g4b0 2015-04-17 08:22:50 UTC
This bug was originally marked as duplicate of bug 214996, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: OpenJDK 64-Bit Server VM, 24.75-b04, OpenJDK Runtime Environment, 1.7.0_75-b13
OS: Linux

User Comments:
g4b0: I was debugging a long running (lot of mysql & sqlite) script with Xdebug




Stacktrace: 
java.lang.StackOverflowError
   at org.netbeans.modules.php.dbgp.packets.DbgpMessage.getNode(DbgpMessage.java:335)
   at org.netbeans.modules.php.dbgp.packets.DbgpMessage.create(DbgpMessage.java:119)
   at org.netbeans.modules.php.dbgp.DebugSession.receiveData(DebugSession.java:263)
   at org.netbeans.modules.php.dbgp.DebugSession.handleMessage(DebugSession.java:308)
   at org.netbeans.modules.php.dbgp.DebugSession.receiveData(DebugSession.java:268)
   at org.netbeans.modules.php.dbgp.DebugSession.handleMessage(DebugSession.java:308)
Comment 1 g4b0 2015-04-17 08:22:52 UTC
Created attachment 153249 [details]
stacktrace
Comment 2 Exceptions Reporter 2015-07-31 14:45:06 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=216811
Comment 3 flexjoly 2015-09-10 07:49:06 UTC
Created attachment 156034 [details]
stacktrace

I dont know why this error popups so much
Comment 4 Exceptions Reporter 2015-10-09 05:07:05 UTC
Created attachment 156639 [details]
stacktrace

My Fault : No worries.
I created a 2D array of length 19*1478 rows by 8 columns. Then I gave a table created from it to xDebug to display on Firefox. Somewhere out there I hit the stack limit.
Comment 5 Exceptions Reporter 2016-04-20 12:26:59 UTC
This bug already has 10 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=216811