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 271264 - 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.0
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-08-11 04:08 UTC by imamnurul
Modified: 2017-08-11 04:08 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 209361


Attachments
stacktrace (2.58 KB, text/plain)
2017-08-11 04:08 UTC, imamnurul
Details

Note You need to log in before you can comment on or make changes to this bug.
Description imamnurul 2017-08-11 04:08:16 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.60-b23, Java(TM) SE Runtime Environment, 1.8.0_60-b27
OS: Windows 8.1

User Comments:
GUEST: Netbeans started using 100% CPU usage and I have to forcefully close it.

GUEST: Out of memory when attached debugger

imamnurul: why....??




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:223)
   at org.openide.filesystems.AbstractFileObject.initLastModified(AbstractFileObject.java:98)
   at org.openide.filesystems.AbstractFileObject.lastModified(AbstractFileObject.java:178)
Comment 1 imamnurul 2017-08-11 04:08:19 UTC
Created attachment 164928 [details]
stacktrace