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 271807 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
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-11-15 04:31 UTC by pjay619
Modified: 2017-11-15 04:31 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 230897


Attachments
stacktrace (944 bytes, text/plain)
2017-11-15 04:31 UTC, pjay619
Details

Note You need to log in before you can comment on or make changes to this bug.
Description pjay619 2017-11-15 04:31:47 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.151-b12, Java(TM) SE Runtime Environment, 1.8.0_151-b12
OS: Mac OS X

User Comments:
pjay619: trying to open a new project and it is my first time using it




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.util.Arrays.copyOf(Arrays.java:3236)
   at java.lang.StringCoding.safeTrim(StringCoding.java:79)
   at java.lang.StringCoding.access$300(StringCoding.java:50)
   at java.lang.StringCoding$StringEncoder.encode(StringCoding.java:305)
   at java.lang.StringCoding.encode(StringCoding.java:344)
   at java.lang.String.getBytes(String.java:918)
Comment 1 pjay619 2017-11-15 04:31:49 UTC
Created attachment 165448 [details]
stacktrace