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 241694 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: RESOLVED INVALID
Alias: None
Product: java
Classification: Unclassified
Component: Source (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-11 13:04 UTC by fleka
Modified: 2015-05-12 11:42 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 203839


Attachments
stacktrace (1.12 KB, text/plain)
2014-02-11 13:04 UTC, fleka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description fleka 2014-02-11 13:04:41 UTC
Build: NetBeans IDE 7.4 (Build 201310111528)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.21-b01, Java(TM) SE Runtime Environment, 1.7.0_21-b11
OS: Windows 7

User Comments:
fleka: open netbeans

GUEST: IDE frozen




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.lang.SecurityManager.checkPackageAccess(SecurityManager.java:1528)
   at java.lang.Class.checkMemberAccess(Class.java:2185)
   at java.lang.Class.getField(Class.java:1536)
   at com.sun.jna.Native.getStructureAlignment(Native.java:506)
   at com.sun.jna.Structure.setAlignType(Structure.java:237)
   at com.sun.jna.Structure.<init>(Structure.java:185)
Comment 1 fleka 2014-02-11 13:04:43 UTC
Created attachment 145034 [details]
stacktrace
Comment 2 Jaroslav Havlin 2014-02-18 08:37:22 UTC
> fleka: open netbeans
Report duplicate 711710 moved to bug 239360.

> GUEST: IDE frozen
Report duplicate 691396:
Single instance of o.n.m.java.source.JavadocEnv	has retained size 736 MB.
Reassigning to java/Source. Please evaluate it. Thank you.
Comment 3 Svata Dedic 2015-05-12 11:42:06 UTC
I got the heapdump from backup -- I didn't find nothing that suspicious: 8 source files are held in memory (all contents), one of which looks like a generated one, maybe a huge form (?)
It would be beneficial to attach LPR.java file :)