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 261050 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: NEW
Alias: None
Product: editor
Classification: Unclassified
Component: Painting & Printing (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Miloslav Metelka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-05-11 19:39 UTC by acmwallace
Modified: 2016-05-11 19:39 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 223998


Attachments
stacktrace (2.71 KB, text/plain)
2016-05-11 19:39 UTC, acmwallace
Details

Note You need to log in before you can comment on or make changes to this bug.
Description acmwallace 2016-05-11 19:39:47 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.65-b01, Java(TM) SE Runtime Environment, 1.8.0_65-b17
OS: Mac OS X

User Comments:
acmwallace: had a bunch of files open, and was closing the ones that I had just commited (CVS). The "% CPU" for NetBeans in my activity monitor jumped up to over 500.




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at sun.font.StandardGlyphVector.getGlyphInfo(StandardGlyphVector.java:851)
   at sun.font.ExtendedTextSourceLabel.createCharinfo(ExtendedTextSourceLabel.java:622)
   at sun.font.ExtendedTextSourceLabel.getCharinfo(ExtendedTextSourceLabel.java:548)
   at sun.font.ExtendedTextSourceLabel.getCharX(ExtendedTextSourceLabel.java:357)
   at java.awt.font.TextLine$3.computeFunction(TextLine.java:517)
   at java.awt.font.TextLine.applyFunctionAtIndex(TextLine.java:653)
Comment 1 acmwallace 2016-05-11 19:39:49 UTC
Created attachment 159712 [details]
stacktrace