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 214996 - StackOverflowError at java.util.Properties.getProperty
Summary: StackOverflowError at java.util.Properties.getProperty
Status: RESOLVED INCOMPLETE
Alias: None
Product: php
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Ondrej Brejla
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-29 16:17 UTC by jeffreymb
Modified: 2013-06-06 13:22 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 182931


Attachments
stacktrace (85.16 KB, text/plain)
2012-06-29 16:17 UTC, jeffreymb
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jeffreymb 2012-06-29 16:17:39 UTC
Build: NetBeans IDE 7.2 Beta (Build 201205031832)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.6-b01, Java(TM) SE Runtime Environment, 1.6.0_31-b05
OS: Windows 7

User Comments:
GUEST: Run doctrine (PHP) debug (xdebug)

jeffreymb: Debugging console code that print_r'd a large array of objects.




Stacktrace: 
java.lang.StackOverflowError
   at java.util.Properties.getProperty(Properties.java:0)
   at java.lang.System.getProperty(System.java:0)
   at com.sun.org.apache.xerces.internal.dom.SecuritySupport$4.run(SecuritySupport.java:0)
   at java.security.AccessController.doPrivileged(AccessController.java:0)
   at com.sun.org.apache.xerces.internal.dom.SecuritySupport.getSystemProperty(SecuritySupport.java:0)
   at com.sun.org.apache.xerces.internal.dom.CoreDocumentImpl.<init>(CoreDocumentImpl.java:0)
Comment 1 jeffreymb 2012-06-29 16:17:43 UTC
Created attachment 121572 [details]
stacktrace
Comment 2 Ondrej Brejla 2012-07-11 07:29:01 UTC
Not sure if we'll be able to do something "nice" with that...since we get a lot of messages from XDebug which have to be handled. Will look at it for next release.

It would be greate, if you can provide me a reproducible test case (e.g. a project with step-by-step manual). Thanks in advance.
Comment 3 Ondrej Brejla 2013-06-06 13:22:18 UTC
Waiting response.