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 270017 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-08 13:18 UTC by inonit
Modified: 2017-03-08 13:18 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 206101


Attachments
stacktrace (2.84 KB, text/plain)
2017-03-08 13:18 UTC, inonit
Details

Note You need to log in before you can comment on or make changes to this bug.
Description inonit 2017-03-08 13:18:50 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.112-b16, Java(TM) SE Runtime Environment, 1.8.0_112-b16
OS: Mac OS X

User Comments:
inonit: Just left NetBeans open for a long time

GUEST: I was editing a file and clicked CTRL + SPACE then it stoped responding and crashed after some minutes...

GUEST: restart netbeans




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.util.Arrays.copyOf(Arrays.java:3332)
   at java.lang.String.<init>(String.java:166)
   at org.openide.util.CharSequences$Fixed6Bit_11_20.toString(CharSequences.java:739)
   at org.netbeans.modules.masterfs.filebasedfs.naming.FileName.getName(FileName.java:114)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.BaseFileObj.getNameExt(BaseFileObj.java:137)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FileObjectFactory.getCachedOnly(FileObjectFactory.java:693)
Comment 1 inonit 2017-03-08 13:18:52 UTC
Created attachment 163794 [details]
stacktrace