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 268090

Summary: OutOfMemoryError: GC overhead limit exceeded
Product: web Reporter: chiragp.spaceo
Component: CSS Visual ToolsAssignee: Petr Pisl <ppisl>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 218144
Attachments: stacktrace

Description chiragp.spaceo 2016-09-19 04:28:12 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.101-b13, Java(TM) SE Runtime Environment, 1.8.0_101-b13
OS: Linux

User Comments:
chiragp.spaceo: Many time face this problem

GUEST: After working with large html files (about 2-4mb), The program start to stuck even after i closed the large file.




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.util.Arrays.copyOf(Arrays.java:3181)
   at java.util.ArrayList.grow(ArrayList.java:261)
   at java.util.ArrayList.ensureExplicitCapacity(ArrayList.java:235)
   at java.util.ArrayList.ensureCapacityInternal(ArrayList.java:227)
   at java.util.ArrayList.add(ArrayList.java:458)
   at org.antlr.runtime.tree.BaseTree.addChild(BaseTree.java:124)
Comment 1 chiragp.spaceo 2016-09-19 04:28:14 UTC
Created attachment 162105 [details]
stacktrace