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 270262

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

Description veritus4 2017-03-31 11:55:29 UTC
Build: NetBeans IDE 8.2 (Build 20170211-unknown-revn)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.121-b13, Java(TM) SE Runtime Environment, 1.8.0_121-b13
OS: Linux

User Comments:
GUEST: The carriage was acting very strangely ! I don't really why it is creating a problem :X

veritus4: Editing file

GUEST: I don;t know what happened

GUEST: <Please provide a description of the problem or the steps to reproduce>I was creating a new project and netbeans stopped responding while fetching the files from the remote FTP server.




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 java.io.File.getParentFile(File.java:499)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.BaseFileObj.getExistingParentFor(BaseFileObj.java:1135)
Comment 1 veritus4 2017-03-31 11:55:33 UTC
Created attachment 163987 [details]
stacktrace