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 271129

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

Description googleme001 2017-07-19 20:44:05 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.66-b18, Java(TM) SE Runtime Environment, 1.8.0_66-b18
OS: Windows 10

User Comments:
googleme001: The Netbeans IDE just freezed and I was unable to edit or continue with my coding progression.

GUEST: Was moving data files from one place to another in NetBeans directory

GUEST: I was trying to create a empty file when this happended




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.StringBuilder.toString(StringBuilder.java:407)
   at org.openide.filesystems.FileObject.getPath(FileObject.java:232)
   at org.openide.filesystems.AbstractFileObject.getAttribute(AbstractFileObject.java:335)
   at org.openide.filesystems.Ordering.getOrder(Ordering.java:103)
Comment 1 googleme001 2017-07-19 20:44:09 UTC
Created attachment 164795 [details]
stacktrace