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 - 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.0
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Hurka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-01-14 18:23 UTC by JulioRLunaR
Modified: 2017-01-14 18:23 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 207640


Attachments
stacktrace (698 bytes, text/plain)
2017-01-14 18:23 UTC, JulioRLunaR
Details

Note You need to log in before you can comment on or make changes to this bug.
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