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 - 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: 2016-12-05 16:27 UTC by Semin_iliya
Modified: 2016-12-05 16:27 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 227446


Attachments
stacktrace (2.59 KB, text/plain)
2016-12-05 16:27 UTC, Semin_iliya
Details

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