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

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

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