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 269563

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

Description JulioRLunaR 2017-01-14 18:23:56 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) Client VM, 23.25-b01, Java(TM) SE Runtime Environment, 1.7.0_25-b16
OS: Windows 7

User Comments:
GUEST: shift + tab a lot of html (500+ rows)

GUEST: Probably opening large files with sync enabled.

GUEST: force close netbeans to Reboot after system updates. when I reopen after reboot this message apeared.

GUEST: I had a debug running in the background and forgot about it...

JulioRLunaR: I was commenting a large portion of the code.




Stacktrace: 
java.lang.OutOfMemoryError: Java heap space
   at java.util.Arrays.copyOfRange(Arrays.java:2694)
   at java.lang.String.<init>(String.java:203)
   at java.lang.StringBuilder.toString(StringBuilder.java:405)
   at org.netbeans.core.startup.logging.NbFormatter.format(NbFormatter.java:69)
   at java.util.logging.StreamHandler.publish(StreamHandler.java:196)
   at org.netbeans.core.startup.logging.MessagesHandler.publish(MessagesHandler.java:106)
Comment 1 JulioRLunaR 2017-01-14 18:23:58 UTC
Created attachment 163400 [details]
stacktrace