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 270565 - 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.1
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-05-04 20:04 UTC by amuthiah
Modified: 2017-05-04 20:04 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 226193


Attachments
stacktrace (3.33 KB, text/plain)
2017-05-04 20:04 UTC, amuthiah
Details

Note You need to log in before you can comment on or make changes to this bug.
Description amuthiah 2017-05-04 20:04:33 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.77-b03, Java(TM) SE Runtime Environment, 1.8.0_77-b03
OS: Windows 7

User Comments:
amuthiah: None

GUEST: after resuming windows




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at org.openide.util.CharSequences$Fixed_8_15.toString(CharSequences.java:1119)
   at org.netbeans.modules.masterfs.filebasedfs.naming.FileName.getName(FileName.java:114)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.BaseFileObj.getNameExt(BaseFileObj.java:134)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FileObjectFactory.getCachedOnly(FileObjectFactory.java:693)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FileObjectFactory.getCachedOnly(FileObjectFactory.java:676)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.BaseFileObj.getExistingFor(BaseFileObj.java:1081)
Comment 1 amuthiah 2017-05-04 20:04:35 UTC
Created attachment 164252 [details]
stacktrace