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

Summary: OutOfMemoryError: GC overhead limit exceeded
Product: editor Reporter: pragalathan <pragalathan>
Component: Painting & PrintingAssignee: Miloslav Metelka <mmetelka>
Status: NEW ---    
Severity: normal CC: davidl, durwasa_chakraborty, swissmant
Priority: P3    
Version: 7.4   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 201173
Attachments: stacktrace

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