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 235792 - OutOfMemoryError: Java heap space
Summary: OutOfMemoryError: Java heap space
Status: RESOLVED FIXED
Alias: None
Product: php
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Mysik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-11 09:02 UTC by Exceptions Reporter
Modified: 2016-06-22 06:48 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 203768


Attachments
stacktrace (2.65 KB, text/plain)
2013-09-11 09:02 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2013-09-11 09:02:58 UTC
This bug was originally marked as duplicate of bug 206346, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.4 Beta (Build 201307092200)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.25-b01, Java(TM) SE Runtime Environment, 1.7.0_25-b15
OS: Mac OS X

User Comments:
GUEST: Downloading remote project




Stacktrace: 
java.lang.OutOfMemoryError: Java heap space
   at java.util.ArrayList.<init>(ArrayList.java:132)
   at java.util.ArrayList.<init>(ArrayList.java:139)
   at org.antlr.runtime.tree.BaseTree.createChildrenList(BaseTree.java:244)
   at org.antlr.runtime.tree.BaseTree.addChild(BaseTree.java:122)
   at org.netbeans.modules.css.lib.NbParseTreeBuilder.consumeToken(NbParseTreeBuilder.java:231)
   at org.antlr.runtime.debug.DebugTokenStream.consume(DebugTokenStream.java:62)
Comment 1 Exceptions Reporter 2013-09-11 09:02:59 UTC
Created attachment 139921 [details]
stacktrace
Comment 2 Marek Fukala 2014-07-24 15:07:07 UTC
Nothing wrong with css.visual. I must admit I can't see any suspicious objects in the heap dump. The only quite unusual thing is 16.7MB index document for a PHP file. Passing there for evaluation.
Comment 3 Tomas Mysik 2016-06-22 06:48:47 UTC
Please, download NetBeans 8.1, this issue should be fixed there.

Thanks.