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 256232 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: RESOLVED DUPLICATE of bug 238864
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: 2015-10-28 16:07 UTC by qed
Modified: 2015-10-29 11:15 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 220827


Attachments
stacktrace (654 bytes, text/plain)
2015-10-28 16:07 UTC, qed
Details

Note You need to log in before you can comment on or make changes to this bug.
Description qed 2015-10-28 16:07:08 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.45-b08, Java(TM) SE Runtime Environment, 1.7.0_45-b18
OS: Windows 7

User Comments:
qed: <




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at com.sun.jna.Memory.share(Memory.java:115)
   at com.sun.jna.Structure.useMemory(Structure.java:315)
   at com.sun.jna.Structure.useMemory(Structure.java:282)
   at org.netbeans.modules.masterfs.watcher.windows.WindowsNotifier$FILE_NOTIFY_INFORMATION.next(WindowsNotifier.java:212)
   at org.netbeans.modules.masterfs.watcher.windows.WindowsNotifier.handleChanges(WindowsNotifier.java:452)
   at org.netbeans.modules.masterfs.watcher.windows.WindowsNotifier.access$200(WindowsNotifier.java:77)
Comment 1 qed 2015-10-28 16:07:10 UTC
Created attachment 157026 [details]
stacktrace
Comment 2 Jaroslav Havlin 2015-10-29 11:15:11 UTC
There is a lot of instances of RuleNode and TokenNode in the heap dump.
Duplicate of bug 238864.

Thank you for reporting.

*** This bug has been marked as a duplicate of bug 238864 ***