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 271653 - 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.2
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Hurka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-10-16 17:54 UTC by uchephilz
Modified: 2017-10-16 17:54 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 227676


Attachments
stacktrace (2.41 KB, text/plain)
2017-10-16 17:54 UTC, uchephilz
Details

Note You need to log in before you can comment on or make changes to this bug.
Description uchephilz 2017-10-16 17:54:04 UTC
Build: NetBeans IDE 8.2 (Build 201705191307)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.131-b11, Java(TM) SE Runtime Environment, 1.8.0_131-b11
OS: Windows 10

User Comments:
GUEST: So slow :(

GUEST: starting up netbeans

uchephilz: I was playing a game on my pc, then the the game unexpectedly closed, then I wanted to open netbeans, but it closed also.




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:596)
   at java.lang.StringBuffer.append(StringBuffer.java:367)
   at java.io.BufferedReader.readLine(BufferedReader.java:370)
   at java.io.BufferedReader.readLine(BufferedReader.java:389)
Comment 1 uchephilz 2017-10-16 17:54:06 UTC
Created attachment 165299 [details]
stacktrace