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 - 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: 2016-10-19 18:23 UTC by kraig1234
Modified: 2016-10-19 18:23 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 218794


Attachments
stacktrace (725 bytes, text/plain)
2016-10-19 18:23 UTC, kraig1234
Details

Note You need to log in before you can comment on or make changes to this bug.
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