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 270445 - 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: 2017-04-20 17:16 UTC by kerog
Modified: 2017-04-20 17:16 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 222742


Attachments
stacktrace (719 bytes, text/plain)
2017-04-20 17:16 UTC, kerog
Details

Note You need to log in before you can comment on or make changes to this bug.
Description kerog 2017-04-20 17:16:32 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:
GUEST: contains files error but there is no error in project file

kerog: List in xdebug loaded xml with ~20K nodes with child nodes and attributes




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at com.sun.jna.NativeMappedConverter.getInstance(NativeMappedConverter.java:32)
   at com.sun.jna.Function.convertArgument(Function.java:489)
   at com.sun.jna.Function.invoke(Function.java:305)
   at com.sun.jna.Library$Handler.invoke(Library.java:236)
   at org.netbeans.modules.masterfs.watcher.windows.$Proxy4.GetQueuedCompletionStatus(.java:0)
   at org.netbeans.modules.masterfs.watcher.windows.WindowsNotifier.waitForChange(WindowsNotifier.java:471)
Comment 1 kerog 2017-04-20 17:16:34 UTC
Created attachment 164145 [details]
stacktrace