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 268637 - 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: 2016-10-21 23:53 UTC by skeletonman
Modified: 2016-10-21 23:53 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 225415


Attachments
stacktrace (2.91 KB, text/plain)
2016-10-21 23:53 UTC, skeletonman
Details

Note You need to log in before you can comment on or make changes to this bug.
Description skeletonman 2016-10-21 23:53:51 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
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:
skeletonman: Several PHP editor windows open, computer left idle.

GUEST: I was just launching NetBeans.  I have a large number of projects open though.

GUEST: Left it open over the weekend.




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.util.Arrays.copyOfRange(Arrays.java:3664)
   at java.lang.String.<init>(String.java:207)
   at java.lang.String.substring(String.java:1933)
   at java.io.File.getName(File.java:456)
   at org.netbeans.modules.masterfs.filebasedfs.naming.NamingFactory.checkCaseSensitivity(NamingFactory.java:144)
   at org.netbeans.modules.masterfs.filebasedfs.naming.NamingFactory.registerInstanceOfFileNaming(NamingFactory.java:295)
Comment 1 skeletonman 2016-10-21 23:53:53 UTC
Created attachment 162592 [details]
stacktrace