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

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

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