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 262525

Summary: OutOfMemoryError: GC overhead limit exceeded
Product: javascript Reporter: Exceptions Reporter <exceptions_reporter>
Component: EditorAssignee: Petr Pisl <ppisl>
Status: NEW ---    
Severity: normal CC: tmysik
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 224752
Attachments: stacktrace

Description Exceptions Reporter 2016-06-22 08:12:43 UTC
This issue was reported manually by tmysik.
It already has 1 duplicates 


Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.72-b15, Java(TM) SE Runtime Environment, 1.8.0_72-b15
OS: Linux

User Comments:
GUEST: (select all)... _F_ormat-> _S_ource on 60-line js file




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.substring(String.java:1969)
   at java.io.File.getParent(File.java:479)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.BaseFileObj.getNameExt(BaseFileObj.java:156)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FileObjectFactory.getFileObject(FileObjectFactory.java:219)
Comment 1 Exceptions Reporter 2016-06-22 08:12:45 UTC
Created attachment 160124 [details]
stacktrace
Comment 2 Tomas Mysik 2016-06-22 08:14:37 UTC
Retained size of java.util.ArrayDeque#483 is 653 480 861. Please evaluate.

Thanks.