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 257606 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: NEW
Alias: None
Product: web
Classification: Unclassified
Component: CSS Visual Tools (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Jan Stola
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-01-17 18:18 UTC by kaamil1984
Modified: 2016-01-17 18:18 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 222164


Attachments
stacktrace (2.92 KB, text/plain)
2016-01-17 18:18 UTC, kaamil1984
Details

Note You need to log in before you can comment on or make changes to this bug.
Description kaamil1984 2016-01-17 18:18:54 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.51-b03, Java(TM) SE Runtime Environment, 1.8.0_51-b16
OS: Windows 7

User Comments:
kaamil1984: It happened when I closed laptop lid and connected power supply.




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.lang.AbstractStringBuilder.<init>(AbstractStringBuilder.java:68)
   at java.lang.StringBuilder.<init>(StringBuilder.java:89)
   at org.netbeans.modules.css.model.impl.Utils.getInterfaceForNodeType(Utils.java:74)
   at org.netbeans.modules.css.model.impl.ElementFactoryImpl.createElement(ElementFactoryImpl.java:111)
   at org.netbeans.modules.css.model.impl.ModelElement.initChildrenElements(ModelElement.java:248)
   at org.netbeans.modules.css.model.impl.PropertyDeclarationI.<init>(PropertyDeclarationI.java:99)
Comment 1 kaamil1984 2016-01-17 18:18:56 UTC
Created attachment 158163 [details]
stacktrace