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 271473

Summary: OutOfMemoryError: GC overhead limit exceeded
Product: editor Reporter: mariela21180
Component: Painting & PrintingAssignee: Miloslav Metelka <mmetelka>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 221955
Attachments: stacktrace

Description mariela21180 2017-09-13 20:59:40 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.141-b15, Java(TM) SE Runtime Environment, 1.8.0_141-b15
OS: Windows 10

User Comments:
mariela21180: Fozen

GUEST: Netbeans hangs after file download into project via ftp to replace non-saved one.




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at sun.font.StandardGlyphVector.getGlyphCharIndices(StandardGlyphVector.java:354)
   at sun.font.ExtendedTextSourceLabel.createCharinfo(ExtendedTextSourceLabel.java:638)
   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 mariela21180 2017-09-13 20:59:44 UTC
Created attachment 165126 [details]
stacktrace