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 269242

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

Description Semin_iliya 2016-12-05 16:27:24 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.66-b17, Java(TM) SE Runtime Environment, 1.8.0_66-b17
OS: Linux

User Comments:
Semin_iliya: edit and build project




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.isFolder(AbstractFileObject.java:155)
   at org.openide.filesystems.MultiFileObject.isFolder(MultiFileObject.java:571)
Comment 1 Semin_iliya 2016-12-05 16:27:26 UTC
Created attachment 163154 [details]
stacktrace