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 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: NEW
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-12-01 16:42 UTC by ms609
Modified: 2016-12-01 16:42 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 207902


Attachments
stacktrace (1.25 KB, text/plain)
2016-12-01 16:42 UTC, ms609
Details

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