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 268818 - 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-11-04 01:55 UTC by Exceptions Reporter
Modified: 2016-11-04 01:55 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 227073


Attachments
stacktrace (2.89 KB, text/plain)
2016-11-04 01:55 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2016-11-04 01:55:43 UTC
This bug was originally marked as duplicate of bug 236773, 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 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:
GUEST: I wasn't doing anything in NetBeans. It was open with a handful of files open but I wasn't actively using it at the time the memory/cpu usage spiked. I had to end the task when I tried to navigate a file and the program had become unresponsive.




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.util.Arrays.copyOf(Arrays.java:3332)
   at java.lang.String.<init>(String.java:166)
   at org.openide.util.CharSequences$ByteBasedSequence.toString(CharSequences.java:1485)
   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.naming.NamingFactory.getReference(NamingFactory.java:364)
Comment 1 Exceptions Reporter 2016-11-04 01:55:45 UTC
Created attachment 162765 [details]
stacktrace