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

Summary: OutOfMemoryError: Java heap space
Product: platform Reporter: vm55632
Component: Module SystemAssignee: Tomas Hurka <thurka>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 229078
Attachments: stacktrace

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