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 - StackOverflowError at org.netbeans.modules.php.dbgp.packets.DbgpMessage.getNode
Summary: StackOverflowError at org.netbeans.modules.php.dbgp.packets.DbgpMessage.getNode
Status: NEW
Alias: None
Product: php
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Ondrej Brejla
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-17 08:22 UTC by g4b0
Modified: 2016-11-11 14:28 UTC (History)
5 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 216811


Attachments
stacktrace (85.03 KB, text/plain)
2015-04-17 08:22 UTC, g4b0
Details
stacktrace (85.24 KB, text/plain)
2015-09-10 07:49 UTC, flexjoly
Details
stacktrace (85.24 KB, text/plain)
2015-10-09 05:07 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
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