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 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-31 11:55 UTC by veritus4
Modified: 2017-03-31 11:55 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 217752


Attachments
stacktrace (1.63 KB, text/plain)
2017-03-31 11:55 UTC, veritus4
Details

Note You need to log in before you can comment on or make changes to this bug.
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