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 262310

Summary: OutOfMemoryError: Java heap space
Product: javascript Reporter: allisoncTimeless
Component: DocumentationAssignee: Petr Pisl <ppisl>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 205225
Attachments: stacktrace

Description allisoncTimeless 2016-06-02 13:11:26 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) Client VM, 25.25-b02, Java(TM) SE Runtime Environment, 1.8.0_25-b18
OS: Windows 7

User Comments:
GUEST: I was typing, it became sluggish

allisoncTimeless: not sure




Stacktrace: 
java.lang.OutOfMemoryError: Java heap space
   at java.util.Properties$LineReader.<init>(Properties.java:405)
   at java.util.Properties.load(Properties.java:341)
   at org.openide.util.NbBundle.loadBundle(NbBundle.java:567)
   at org.openide.util.NbBundle.getBundleFast(NbBundle.java:520)
   at org.openide.util.NbBundle.getBundle(NbBundle.java:446)
   at org.openide.util.NbBundle.getBundle(NbBundle.java:399)
Comment 1 allisoncTimeless 2016-06-02 13:11:27 UTC
Created attachment 159946 [details]
stacktrace
Comment 2 Milutin Kristofic 2016-07-18 13:06:05 UTC
Heapdump 819463 from 8.1 build, has 30 mb file generated by jsDocumentationPrinter. It is probably fixed by recent changes in javascript, but I am sending it to javascript module for evaluation.