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 241090 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: RESOLVED DUPLICATE of bug 239360
Alias: None
Product: editor
Classification: Unclassified
Component: Painting & Printing (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Miloslav Metelka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-29 07:10 UTC by shaile_martin
Modified: 2014-01-29 11:59 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 205844


Attachments
stacktrace (1.35 KB, text/plain)
2014-01-29 07:10 UTC, shaile_martin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description shaile_martin 2014-01-29 07:10:25 UTC
Build: NetBeans IDE 7.4 (Build 201310111528)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.25-b01, Java(TM) SE Runtime Environment, 1.7.0_25-b17
OS: Windows 7

User Comments:
shaile_martin: Very slow

GUEST: system was hibernated with netbeans running.
started netbeans in morning, closed netbeans, started netbeans.
got this error.




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.lang.SecurityManager.checkPackageAccess(SecurityManager.java:0)
   at java.lang.Class.checkPackageAccess(Class.java:0)
   at java.lang.Class.checkMemberAccess(Class.java:0)
   at java.lang.Class.getDeclaredFields(Class.java:0)
   at com.sun.jna.Structure.getFields(Structure.java:769)
   at com.sun.jna.Structure.deriveLayout(Structure.java:867)
Comment 1 shaile_martin 2014-01-29 07:10:26 UTC
Created attachment 144496 [details]
stacktrace
Comment 2 Jaroslav Havlin 2014-01-29 11:59:58 UTC
There are 1.4 million instances of o.n.m.editor.lib2.highlighting.HighlightItem.
Retained size of all instances of o.n.m.editor.lib2.view.ParagraphView is 457 MB.

Duplicate of bug 239360.
Thank you for reporting.

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