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 - 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.2
Hardware: All All
: P3 normal (vote)
Assignee: Miloslav Metelka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-09-13 20:59 UTC by mariela21180
Modified: 2017-09-13 20:59 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 221955


Attachments
stacktrace (2.87 KB, text/plain)
2017-09-13 20:59 UTC, mariela21180
Details

Note You need to log in before you can comment on or make changes to this bug.
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