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 243391 - 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: 7.4
Hardware: All All
: P3 normal with 2 votes (vote)
Assignee: Miloslav Metelka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-31 05:37 UTC by pragalathan
Modified: 2016-03-18 14:44 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 201173


Attachments
stacktrace (2.55 KB, text/plain)
2014-03-31 05:37 UTC, pragalathan
Details

Note You need to log in before you can comment on or make changes to this bug.
Description pragalathan 2014-03-31 05:37:19 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: Linux

User Comments:
GUEST: Opened 6M+ MySQL file

GUEST: happened when I tried git pushing large binaries. (over 200M)

GUEST: sucks

pragalathan: Tried pasting a 3000+ lines of xml into an xml editor

GUEST: Trying to resolve a conflict on a very large json file. (also one row, in case that has anything to do with it).




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at sun.font.FileFontStrike.getGlyphMetrics(FileFontStrike.java:786)
   at sun.font.FileFontStrike.getGlyphMetrics(FileFontStrike.java:782)
   at sun.font.SunLayoutEngine.nativeLayout(SunLayoutEngine.java:0)
   at sun.font.SunLayoutEngine.layout(SunLayoutEngine.java:161)
   at sun.font.GlyphLayout$EngineRecord.layout(GlyphLayout.java:682)
   at sun.font.GlyphLayout.layout(GlyphLayout.java:463)
Comment 1 pragalathan 2014-03-31 05:37:22 UTC
Created attachment 146420 [details]
stacktrace