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 267916 - 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: 2016-09-07 08:19 UTC by carduelis
Modified: 2016-09-07 08:19 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 226110


Attachments
stacktrace (2.84 KB, text/plain)
2016-09-07 08:19 UTC, carduelis
Details

Note You need to log in before you can comment on or make changes to this bug.
Description carduelis 2016-09-07 08:19:01 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.51-b03, Java(TM) SE Runtime Environment, 1.7.0_51-b13
OS: Windows 7

User Comments:
carduelis: NB got stuck while performing background scanning.




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.util.Arrays.copyOf(Arrays.java:2367)
   at java.lang.String.<init>(String.java:168)
   at java.io.Win32FileSystem.resolve(Win32FileSystem.java:259)
   at java.io.File.<init>(File.java:367)
   at org.netbeans.modules.masterfs.filebasedfs.naming.FileName.getFile(FileName.java:109)
   at org.netbeans.modules.masterfs.filebasedfs.naming.NamingFactory.checkCaseSensitivity(NamingFactory.java:144)
Comment 1 carduelis 2016-09-07 08:19:03 UTC
Created attachment 161941 [details]
stacktrace