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 250061 - OutOfMemoryError: Java heap space
Summary: OutOfMemoryError: Java heap space
Status: RESOLVED DUPLICATE of bug 238755
Alias: None
Product: editor
Classification: Unclassified
Component: Parsing & Indexing (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-27 22:37 UTC by jfinkel
Modified: 2015-02-09 17:44 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 215037


Attachments
stacktrace (2.73 KB, text/plain)
2015-01-27 22:37 UTC, jfinkel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jfinkel 2015-01-27 22:37:11 UTC
Build: NetBeans IDE 7.4 (Build 201310111528)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.0-b70, Java(TM) SE Runtime Environment, 1.8.0-b132
OS: Windows 8

User Comments:
jfinkel: Just editing a file and the program wedged at 0% CPU




Stacktrace: 
java.lang.OutOfMemoryError: Java heap space
   at java.util.HashMap.resize(HashMap.java:703)
   at java.util.HashMap.putVal(HashMap.java:662)
   at java.util.HashMap.put(HashMap.java:611)
   at java.util.HashSet.add(HashSet.java:219)
   at java.util.AbstractCollection.addAll(AbstractCollection.java:344)
   at com.sun.org.apache.xerces.internal.util.ParserConfigurationSettings.addRecognizedProperties(ParserConfigurationSettings.java:160)
Comment 1 jfinkel 2015-01-27 22:37:12 UTC
Created attachment 151703 [details]
stacktrace
Comment 2 Ondrej Vrabec 2015-02-09 14:12:06 UTC
retained sizes:
this	RAMDirectory	this	275,920,817

to reporter: please upgrade to 8.x version.
Comment 3 Tomas Zezula 2015-02-09 17:44:11 UTC

*** This bug has been marked as a duplicate of bug 238755 ***