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

Summary: OutOfMemoryError: GC overhead limit exceeded
Product: platform Reporter: Exceptions Reporter <exceptions_reporter>
Component: FilesystemsAssignee: Jaroslav Havlin <jhavlin>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 227073
Attachments: stacktrace

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