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 256733 - 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: 2015-11-23 08:48 UTC by jjordaan
Modified: 2015-11-23 08:48 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 205268


Attachments
stacktrace (2.74 KB, text/plain)
2015-11-23 08:48 UTC, jjordaan
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jjordaan 2015-11-23 08:48:20 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: OpenJDK 64-Bit Server VM, 24.85-b03, OpenJDK Runtime Environment, 1.7.0_85-b01
OS: Linux

User Comments:
jjordaan: Starting up.

GUEST: Software freezed while developing

GUEST: Editing a file with very long lines

GUEST: committing files via CVS

GUEST: copying large data set into editor

GUEST: I overwrote with Windows several files that were included in the project.




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at sun.font.FileFontStrike.getGlyphMetrics(FileFontStrike.java:804)
   at sun.font.FileFontStrike.getGlyphMetrics(FileFontStrike.java:782)
   at sun.font.CompositeStrike.getGlyphMetrics(CompositeStrike.java:138)
   at sun.font.StandardGlyphVector.getGlyphInfo(StandardGlyphVector.java:860)
   at sun.font.ExtendedTextSourceLabel.createCharinfo(ExtendedTextSourceLabel.java:622)
   at sun.font.ExtendedTextSourceLabel.getCharinfo(ExtendedTextSourceLabel.java:548)
Comment 1 jjordaan 2015-11-23 08:48:22 UTC
Created attachment 157446 [details]
stacktrace