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 262373

Summary: OutOfMemoryError: Java heap space
Product: web Reporter: Exceptions Reporter <exceptions_reporter>
Component: CSS Visual ToolsAssignee: Jan Stola <jstola>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 224432
Attachments: stacktrace

Description Exceptions Reporter 2016-06-09 08:59:31 UTC
This bug was originally marked as duplicate of bug 238277, 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: Java HotSpot(TM) 64-Bit Server VM, 25.20-b23, Java(TM) SE Runtime Environment, 1.8.0_20-b26
OS: Windows Server 2012

User Comments:
GUEST: ?????? CSS ?????




Stacktrace: 
java.lang.OutOfMemoryError: Java heap space
   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.BufferedTokenStream.fetch(BufferedTokenStream.java:136)
Comment 1 Exceptions Reporter 2016-06-09 08:59:33 UTC
Created attachment 160006 [details]
stacktrace