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 268451 - 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-10-10 15:13 UTC by jimmytehbanana
Modified: 2016-10-10 15:13 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 226675


Attachments
stacktrace (2.72 KB, text/plain)
2016-10-10 15:13 UTC, jimmytehbanana
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jimmytehbanana 2016-10-10 15:13:44 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.79-b02, Java(TM) SE Runtime Environment, 1.7.0_79-b15
OS: Windows 8

User Comments:
jimmytehbanana: Left it idle overnight




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.io.Win32FileSystem.resolve(Win32FileSystem.java:254)
   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.FileObj.refreshImpl(FileObj.java:356)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.BaseFileObj.refresh(BaseFileObj.java:860)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FileObj.refresh(FileObj.java:380)
Comment 1 jimmytehbanana 2016-10-10 15:13:45 UTC
Created attachment 162434 [details]
stacktrace