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 258788 - OutOfMemoryError: Java heap space
Summary: OutOfMemoryError: Java heap space
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Nodes (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Jan Peska
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-12 10:45 UTC by jjsainzc
Modified: 2016-04-12 10:45 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 223467


Attachments
stacktrace (2.65 KB, text/plain)
2016-04-12 10:45 UTC, jjsainzc
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jjsainzc 2016-04-12 10:45:10 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.21-b01, Java(TM) SE Runtime Environment, 1.7.0_21-b11
OS: Windows 7

User Comments:
jjsainzc: Sin razon empieza a chequear cosas y a consumir toda la memoria




Stacktrace: 
java.lang.OutOfMemoryError: Java heap space
   at java.util.HashMap.resize(HashMap.java:559)
   at java.util.HashMap.addEntry(HashMap.java:851)
   at java.util.HashMap.put(HashMap.java:484)
   at java.util.Collections$SynchronizedMap.put(Collections.java:2041)
   at org.openide.nodes.EntrySupportDefault.updateAdd(EntrySupportDefault.java:442)
   at org.openide.nodes.EntrySupportDefault.setEntries(EntrySupportDefault.java:295)
Comment 1 jjsainzc 2016-04-12 10:45:12 UTC
Created attachment 159227 [details]
stacktrace