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 252198 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: RESOLVED FIXED
Alias: None
Product: php
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Mysik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-01 22:36 UTC by AIML_Engr
Modified: 2016-06-22 06:59 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 217068


Attachments
stacktrace (2.29 KB, text/plain)
2015-05-01 22:36 UTC, AIML_Engr
Details

Note You need to log in before you can comment on or make changes to this bug.
Description AIML_Engr 2015-05-01 22:36:06 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.40-b25, Java(TM) SE Runtime Environment, 1.8.0_40-b27
OS: Mac OS X

User Comments:
AIML_Engr: Program was open for ~48 hours. Did a big search. Then it crashed.




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.lang.AbstractStringBuilder.<init>(AbstractStringBuilder.java:68)
   at java.lang.StringBuilder.<init>(StringBuilder.java:112)
   at java.util.ResourceBundle$Control.toBundleName(ResourceBundle.java:2899)
   at sun.util.resources.LocaleData$LocaleDataResourceBundleControl.toBundleName(LocaleData.java:285)
   at java.util.ResourceBundle$Control.newBundle(ResourceBundle.java:2634)
   at java.util.ResourceBundle.loadBundle(ResourceBundle.java:1501)
Comment 1 AIML_Engr 2015-05-01 22:36:08 UTC
Created attachment 153492 [details]
stacktrace
Comment 2 Ondrej Vrabec 2015-07-16 08:16:43 UTC
over 9 million instances of VisualizerNode held by  org.netbeans.modules.csl.navigation.ClassMemberPanelUI$MyBeanTreeView
Also there seems to be 588 tasks scheduled to run in a ClassMemberPanelUI.RP
Comment 3 Petr Pisl 2015-09-03 20:27:42 UTC
Problems between PHP and HTML
Comment 4 Tomas Mysik 2016-06-22 06:59:26 UTC
Please, download NetBeans 8.1, this issue should be fixed there.

Thanks.