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 253403

Summary: OutOfMemoryError: GC overhead limit exceeded
Product: editor Reporter: Exceptions Reporter <exceptions_reporter>
Component: Hints & AnnotationsAssignee: Milutin Kristofic <mkristofic>
Status: RESOLVED DUPLICATE    
Severity: normal CC: mentlicher
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 218453
Attachments: stacktrace

Description Exceptions Reporter 2015-07-10 11:23:29 UTC
This issue was reported manually by mentlicher.
It already has 1 duplicates 


Build: NetBeans IDE 8.0 (Build 201403101706)
VM: OpenJDK 64-Bit Server VM, 24.45-b08, OpenJDK Runtime Environment, 1.7.0_51-b00
OS: Linux

User Comments:
GUEST: A result of heavy swapping that NetBeans did not seem to recover from




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.util.Arrays.copyOf(Arrays.java:2367)
   at java.lang.AbstractStringBuilder.expandCapacity(AbstractStringBuilder.java:130)
   at java.lang.AbstractStringBuilder.ensureCapacityInternal(AbstractStringBuilder.java:114)
   at java.lang.AbstractStringBuilder.append(AbstractStringBuilder.java:587)
   at java.lang.StringBuffer.append(StringBuffer.java:332)
   at org.netbeans.lib.uihandler.LogFormatter.escape(LogFormatter.java:124)
Comment 1 Exceptions Reporter 2015-07-10 11:23:31 UTC
Created attachment 154559 [details]
stacktrace
Comment 2 Martin Entlicher 2015-07-10 11:32:08 UTC
Over million instances of HighlightItem and 500MB retained size of ParagraphView.
Comment 3 Milutin Kristofic 2015-07-16 15:10:22 UTC

*** This bug has been marked as a duplicate of bug 240138 ***