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 268277 - 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.1
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-29 20:07 UTC by arnisraido
Modified: 2016-09-29 20:07 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 226502


Attachments
stacktrace (2.97 KB, text/plain)
2016-09-29 20:07 UTC, arnisraido
Details

Note You need to log in before you can comment on or make changes to this bug.
Description arnisraido 2016-09-29 20:07:24 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.60-b23, Java(TM) SE Runtime Environment, 1.8.0_60-b27
OS: Windows 10

User Comments:
arnisraido: after netbeans have been idle for half a day or more. happens often.




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.util.Arrays.copyOf(Arrays.java:3332)
   at java.lang.String.<init>(String.java:166)
   at java.io.WinNTFileSystem.resolve(WinNTFileSystem.java:267)
   at java.io.File.<init>(File.java:367)
   at org.netbeans.modules.masterfs.filebasedfs.naming.FileName.getFile(FileName.java:109)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.BaseFileObj.getExistingParent(BaseFileObj.java:1091)
Comment 1 arnisraido 2016-09-29 20:07:26 UTC
Created attachment 162276 [details]
stacktrace