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 271043 - 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.1
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-07-06 04:37 UTC by Exceptions Reporter
Modified: 2017-07-06 04:37 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 229634


Attachments
stacktrace (1.26 KB, text/plain)
2017-07-06 04:37 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-07-06 04:37:56 UTC
This bug was originally marked as duplicate of bug 253306, 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.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.60-b23, Java(TM) SE Runtime Environment, 1.8.0_60-b27
OS: Windows 10

User Comments:
trippygrape: Unfortunately we had an unexpected power failure :(

GUEST: <Please provide a description of the problem or the steps to reproduce>

i encounter a problem while installing plugins for Tomcat server.




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at sun.reflect.UnsafeIntegerFieldAccessorImpl.get(UnsafeIntegerFieldAccessorImpl.java:36)
   at java.lang.reflect.Field.get(Field.java:393)
   at com.sun.jna.Structure.getFieldValue(Structure.java:575)
   at com.sun.jna.Structure.deriveLayout(Structure.java:1111)
   at com.sun.jna.Structure.calculateSize(Structure.java:982)
   at com.sun.jna.Structure.calculateSize(Structure.java:949)
Comment 1 Exceptions Reporter 2017-07-06 04:37:59 UTC
Created attachment 164702 [details]
stacktrace