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 270060 - 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-03-13 02:57 UTC by Exceptions Reporter
Modified: 2017-03-13 02:57 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 228383


Attachments
stacktrace (1022 bytes, text/plain)
2017-03-13 02:57 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2017-03-13 02:57:49 UTC
This bug was originally marked as duplicate of bug 239360, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.51-b03, Java(TM) SE Runtime Environment, 1.8.0_51-b16
OS: Windows 8

User Comments:
Ernestet: restarting ide

GUEST: running chrome




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.util.LinkedHashMap.newNode(LinkedHashMap.java:256)
   at java.util.HashMap.putVal(HashMap.java:630)
   at java.util.HashMap.put(HashMap.java:611)
   at java.util.Collections$SynchronizedMap.put(Collections.java:2588)
   at com.sun.jna.Structure.deriveLayout(Structure.java:1250)
   at com.sun.jna.Structure.calculateSize(Structure.java:1053)
Comment 1 Exceptions Reporter 2017-03-13 02:57:52 UTC
Created attachment 163824 [details]
stacktrace