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 269764 - 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: 2017-02-07 08:45 UTC by ravibpatel
Modified: 2017-02-07 08:45 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 214818


Attachments
stacktrace (2.62 KB, text/plain)
2017-02-07 08:45 UTC, ravibpatel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ravibpatel 2017-02-07 08:45:47 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.121-b13, Java(TM) SE Runtime Environment, 1.8.0_121-b13
OS: Linux

User Comments:
GUEST: When change from git remote branch or from external change then netbeans stuck.

GUEST: problem

ravibpatel: PC HANGED

GUEST: My IDE hanged

GUEST: Completely locked up

GUEST: Used "git pull" on the command line while NB was running (usually this is no problem, but I can't think of anything else)

GUEST: I was trying to open my project normally when this error appeared.

GUEST: Editing big json file




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at sun.font.TextLabelFactory.createExtended(TextLabelFactory.java:133)
   at java.awt.font.TextLine.createComponentsOnRun(TextLine.java:1030)
   at java.awt.font.TextLine.fastCreateTextLine(TextLine.java:963)
   at java.awt.font.TextLayout.fastInit(TextLayout.java:612)
   at java.awt.font.TextLayout.<init>(TextLayout.java:393)
   at org.netbeans.modules.editor.lib2.view.DocumentViewOp.createTextLayout(DocumentViewOp.java:1362)
Comment 1 ravibpatel 2017-02-07 08:45:50 UTC
Created attachment 163587 [details]
stacktrace