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 270584 - OutOfMemoryError: Java heap space
Summary: OutOfMemoryError: Java heap space
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Module System (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Hurka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-05-07 12:07 UTC by vm55632
Modified: 2017-05-07 12:07 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 229078


Attachments
stacktrace (2.28 KB, text/plain)
2017-05-07 12:07 UTC, vm55632
Details

Note You need to log in before you can comment on or make changes to this bug.
Description vm55632 2017-05-07 12:07:38 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.5-b02, Java(TM) SE Runtime Environment, 1.8.0_05-b13
OS: Windows 7

User Comments:
vm55632: <Please provide a description of the problem or the steps to reproduce>




Stacktrace: 
java.lang.OutOfMemoryError: Java heap space
   at java.util.HashSet.<init>(HashSet.java:144)
   at org.netbeans.ModuleManager.registerProviders(ModuleManager.java:580)
   at org.netbeans.ModuleManager.shutDownAsync(ModuleManager.java:2174)
   at org.netbeans.core.startup.ModuleSystem.shutDownAsync(ModuleSystem.java:349)
   at org.netbeans.core.NbLifeExit.doExit(NbLifeExit.java:137)
   at org.netbeans.core.NbLifeExit.run(NbLifeExit.java:94)
Comment 1 vm55632 2017-05-07 12:07:41 UTC
Created attachment 164271 [details]
stacktrace