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 269202

Summary: OutOfMemoryError: GC overhead limit exceeded
Product: editor Reporter: ms609
Component: -- Other --Assignee: Milutin Kristofic <mkristofic>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 207902
Attachments: stacktrace

Description ms609 2016-12-01 16:42:22 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.101-b13, Java(TM) SE Runtime Environment, 1.8.0_101-b13
OS: Windows 10

User Comments:
GUEST: Used ridicoulous amounts of CPU until finally locking up after using JSBeautify extension to format a large file.

GUEST: Netbeans was inactive

GUEST: Switching GIT branch in external program, when comming back to Netbeans the program was frozen. Force closed then reported this issue.

ms609: Background Scanning of Projects causes IDE to freeze.




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at org.netbeans.editor.Annotations$LineAnnotations.combineType(Annotations.java:1184)
   at org.netbeans.editor.Annotations$LineAnnotations.refreshAnnotations(Annotations.java:1312)
   at org.netbeans.editor.Annotations$LineAnnotations.removeAnnotation(Annotations.java:1009)
   at org.netbeans.editor.Annotations.removeAnnotation(Annotations.java:322)
   at org.netbeans.modules.editor.NbEditorDocument.removeAnnotation(NbEditorDocument.java:268)
   at org.openide.text.NbDocument.removeAnnotation(NbDocument.java:533)
Comment 1 ms609 2016-12-01 16:42:25 UTC
Created attachment 163115 [details]
stacktrace