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 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: RESOLVED DUPLICATE of bug 240138
Alias: None
Product: editor
Classification: Unclassified
Component: Hints & Annotations (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-10 11:23 UTC by Exceptions Reporter
Modified: 2015-07-16 15:10 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 218453


Attachments
stacktrace (1.01 KB, text/plain)
2015-07-10 11:23 UTC, Exceptions Reporter
Details

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