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 268590

Summary: OutOfMemoryError: GC overhead limit exceeded
Product: platform Reporter: kraig1234
Component: FilesystemsAssignee: Jaroslav Havlin <jhavlin>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 218794
Attachments: stacktrace

Description kraig1234 2016-10-19 18:23:51 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.91-b15, Java(TM) SE Runtime Environment, 1.8.0_91-b15
OS: Windows 8.1

User Comments:
kraig1234: While file open, I cannot select or edit anything in file. I locks up. Memory useage goes through the roof and "Not Repsonding" comes up in both the task manager and on the upper NetBeans toolbar. This happens a lot lately! Also, I tried to close all but 1 file and the problem still exists, the same way.,

GUEST: <Please provide a description of the problem or the steps to reproduce
NotenoughMemorytocompile :(




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.lang.Class.getMethod0(Class.java:3017)
   at java.lang.Class.getMethod(Class.java:1784)
   at com.sun.jna.Function.isVarArgs(Function.java:782)
   at com.sun.jna.Function.invoke(Function.java:292)
   at com.sun.jna.Library$Handler.invoke(Library.java:212)
   at org.netbeans.modules.masterfs.watcher.windows.$Proxy5.ReadDirectoryChangesW(.java:0)
Comment 1 kraig1234 2016-10-19 18:23:52 UTC
Created attachment 162561 [details]
stacktrace