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 267992 - 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: Dev
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-13 11:28 UTC by m1k0
Modified: 2016-09-13 11:28 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 220767


Attachments
stacktrace (3.15 KB, text/plain)
2016-09-13 11:28 UTC, m1k0
Details

Note You need to log in before you can comment on or make changes to this bug.
Description m1k0 2016-09-13 11:28:06 UTC
Build: NetBeans IDE Dev (Build 201609110002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.102-b14, Java(TM) SE Runtime Environment, 1.8.0_102-b14
OS: Windows 10

User Comments:
m1k0: nothing, just idle

GUEST: When background scanning of projects
cpu is 70-80%
no disk operations




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.lang.String.toLowerCase(String.java:2590)
   at java.io.WinNTFileSystem.hashCode(WinNTFileSystem.java:640)
   at java.io.File.hashCode(File.java:2132)
   at org.netbeans.modules.masterfs.filebasedfs.utils.Utils.hashCode(Utils.java:93)
   at org.netbeans.modules.masterfs.filebasedfs.naming.NamingFactory.createID(NamingFactory.java:222)
   at org.netbeans.modules.masterfs.filebasedfs.children.ChildrenSupport.lookupChildInCache(ChildrenSupport.java:333)
Comment 1 m1k0 2016-09-13 11:28:07 UTC
Created attachment 162024 [details]
stacktrace