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 270722 - OutOfMemoryError: Java heap space
Summary: OutOfMemoryError: Java heap space
Status: NEW
Alias: None
Product: ide
Classification: Unclassified
Component: Logger (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-05-23 17:04 UTC by vicricker
Modified: 2017-05-23 17:04 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 229240


Attachments
stacktrace (1.07 KB, text/plain)
2017-05-23 17:04 UTC, vicricker
Details

Note You need to log in before you can comment on or make changes to this bug.
Description vicricker 2017-05-23 17:04:37 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: OpenJDK 64-Bit Server VM, 25.131-b12, OpenJDK Runtime Environment, 1.8.0_131-b12
OS: Linux

User Comments:
vicricker: I pasted text into the editor.  Netbeans seized up, wouldn't refresh the display.  I tried to close it, eventually the save/discard dialog was show.  Save All didn't work, so I chose to Discard.  Netbeans eventually closed.




Stacktrace: 
java.lang.OutOfMemoryError: Java heap space
   at java.util.Arrays.copyOf(Arrays.java:3332)
   at java.lang.AbstractStringBuilder.ensureCapacityInternal(AbstractStringBuilder.java:124)
   at java.lang.AbstractStringBuilder.append(AbstractStringBuilder.java:649)
   at java.lang.StringBuffer.append(StringBuffer.java:381)
   at org.netbeans.lib.uihandler.LogFormatter.escape(LogFormatter.java:138)
   at org.netbeans.lib.uihandler.LogFormatter.printThrown(LogFormatter.java:243)
Comment 1 vicricker 2017-05-23 17:04:39 UTC
Created attachment 164388 [details]
stacktrace