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 206346 - OutOfMemoryError: Java heap space
Summary: OutOfMemoryError: Java heap space
Status: RESOLVED FIXED
Alias: None
Product: web
Classification: Unclassified
Component: CSS Visual Tools (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-13 23:13 UTC by flash_gordon
Modified: 2012-04-23 12:59 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 183727


Attachments
stacktrace (2.67 KB, text/plain)
2011-12-13 23:13 UTC, flash_gordon
Details

Note You need to log in before you can comment on or make changes to this bug.
Description flash_gordon 2011-12-13 23:13:01 UTC
Build: NetBeans IDE 7.1 RC1 (Build 201112012200)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.1-b02, Java(TM) SE Runtime Environment, 1.6.0_26-b03
OS: Linux

User Comments:
flash_gordon: working on a view of a Zend mvc project




Stacktrace: 
java.lang.OutOfMemoryError: Java heap space
   at java.util.ArrayList.<init>(ArrayList.java:112)
   at java.util.ArrayList.<init>(ArrayList.java:119)
   at org.antlr.runtime.tree.BaseTree.createChildrenList(BaseTree.java:232)
   at org.antlr.runtime.tree.BaseTree.addChild(BaseTree.java:122)
   at org.netbeans.modules.css.lib.NbParseTreeBuilder.consumeToken(NbParseTreeBuilder.java:193)
   at org.antlr.runtime.debug.DebugTokenStream.consume(DebugTokenStream.java:62)
Comment 1 flash_gordon 2011-12-13 23:13:03 UTC
Created attachment 114118 [details]
stacktrace
Comment 2 Marek Fukala 2012-04-23 12:59:31 UTC
one issue which could possibly cause this: Bug 211103 - Freezes on starting IDE at "Scanning project" for too long

I've also done some optimization of the size of the css parse trees in memory in #208950 - CSS3 parsing: OutOfMemoryError: Java heap space 

Please reopen if you can still reproduce using latest 7.2 dev build