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 270877 - 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-06-14 13:07 UTC by sonnysavage
Modified: 2017-06-14 13:07 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 229462


Attachments
stacktrace (2.85 KB, text/plain)
2017-06-14 13:07 UTC, sonnysavage
Details

Note You need to log in before you can comment on or make changes to this bug.
Description sonnysavage 2017-06-14 13:07:34 UTC
This bug was originally marked as duplicate of bug 248779, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.2 (Build 201705191307)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.101-b13, Java(TM) SE Runtime Environment, 1.8.0_101-b13
OS: Windows 10

User Comments:
sonnysavage: Left NetBeans running overnight




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at org.openide.util.CharSequences$Fixed6Bit_21_30.toString(CharSequences.java:962)
   at org.netbeans.modules.masterfs.filebasedfs.naming.FileName.getName(FileName.java:114)
   at org.netbeans.modules.masterfs.filebasedfs.naming.FileName.getFile(FileName.java:109)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FileObjectFactory.getReference(FileObjectFactory.java:715)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FileObjectFactory.getCachedOnly(FileObjectFactory.java:685)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FileObjectFactory.getCachedOnly(FileObjectFactory.java:676)
Comment 1 sonnysavage 2017-06-14 13:07:36 UTC
Created attachment 164539 [details]
stacktrace