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 269204 - 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-01 19:48 UTC by mrpc
Modified: 2016-12-01 19:48 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 227406


Attachments
stacktrace (2.20 KB, text/plain)
2016-12-01 19:48 UTC, mrpc
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mrpc 2016-12-01 19:48:24 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.101-b13, Java(TM) SE Runtime Environment, 1.8.0_101-b13
OS: Windows 10

User Comments:
mrpc: Nothing really... just left netbeans open and did other things, and when I tried to switch back to netbeans, it had eaten all the RAM it could and it was still looking very hungry... :p




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.io.WinNTFileSystem.resolve(WinNTFileSystem.java:262)
   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.FolderObj.refreshImpl(FolderObj.java:482)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.BaseFileObj.refresh(BaseFileObj.java:893)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FolderObj.refresh(FolderObj.java:562)
Comment 1 mrpc 2016-12-01 19:48:25 UTC
Created attachment 163117 [details]
stacktrace