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 271163 - 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: 2017-07-25 16:26 UTC by rweaver
Modified: 2017-07-25 16:26 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 202319


Attachments
stacktrace (3.55 KB, text/plain)
2017-07-25 16:26 UTC, rweaver
Details

Note You need to log in before you can comment on or make changes to this bug.
Description rweaver 2017-07-25 16:26:12 UTC
Build: NetBeans IDE Dev (Build 201706120001)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.111-b14, Java(TM) SE Runtime Environment, 1.8.0_111-b14
OS: Mac OS X

User Comments:
GUEST: downloading new project, this has been happening alot

GUEST: Bug

rweaver: Just opened NB - only change I'm aware of is new project was opened yesterday, and also ne w version of Java JRE installed.




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.toLowerCase(String.java:2647)
   at org.netbeans.modules.masterfs.filebasedfs.utils.Utils.hashCode(Utils.java:100)
   at org.netbeans.modules.masterfs.filebasedfs.naming.NamingFactory.createID(NamingFactory.java:222)
   at org.netbeans.modules.masterfs.filebasedfs.naming.NamingFactory.registerInstanceOfFileNaming(NamingFactory.java:274)
Comment 1 rweaver 2017-07-25 16:26:14 UTC
Created attachment 164832 [details]
stacktrace