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 241654 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: RESOLVED DUPLICATE of bug 239360
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-10 17:37 UTC by pinbender
Modified: 2014-02-11 10:13 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 207133


Attachments
stacktrace (1.06 KB, text/plain)
2014-02-10 17:37 UTC, pinbender
Details

Note You need to log in before you can comment on or make changes to this bug.
Description pinbender 2014-02-10 17:37:40 UTC
Build: NetBeans IDE 7.4 (Build 201310111528)
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:
pinbender: I had performed a large merge of my codebase in the background with mercurial.  After that, NB was unresponsive.

GUEST: frozen window




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.lang.SecurityManager.checkPackageAccess(SecurityManager.java:1528)
   at java.lang.Class.checkPackageAccess(Class.java:2265)
   at java.lang.Class.getDeclaringClass(Class.java:1104)
   at com.sun.jna.Structure.setAlignType(Structure.java:235)
   at com.sun.jna.Structure.<init>(Structure.java:185)
   at com.sun.jna.Structure.<init>(Structure.java:181)
Comment 1 pinbender 2014-02-10 17:37:46 UTC
Created attachment 144998 [details]
stacktrace
Comment 2 Jaroslav Havlin 2014-02-11 10:13:42 UTC
The heap dumps contain a lot of instances of class HighlightItem.
Total retained sizes of instances of ParagraphView are very big.

Duplicate of bug 239360.

Thank you for reporting.

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