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 268030 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: NEW
Alias: None
Product: editor
Classification: Unclassified
Component: Painting & Printing (show other bugs)
Version: Dev
Hardware: All All
: P3 normal (vote)
Assignee: Miloslav Metelka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-14 19:19 UTC by Martin Fousek
Modified: 2016-09-14 19:19 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 226230


Attachments
stacktrace (2.56 KB, text/plain)
2016-09-14 19:19 UTC, Martin Fousek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Fousek 2016-09-14 19:19:09 UTC
Build: NetBeans IDE Dev (Build 20160804-277749d9a6f6)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.101-b13, Java(TM) SE Runtime Environment, 1.8.0_101-b13
OS: Linux

User Comments:
marfous: just started IDE




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at org.netbeans.modules.editor.lib2.document.MarkVector.removeUpdate(MarkVector.java:412)
   at org.netbeans.modules.editor.lib2.document.EditorDocumentContent.removeEdit(EditorDocumentContent.java:179)
   at org.netbeans.modules.editor.lib2.document.EditorDocumentContent.remove(EditorDocumentContent.java:171)
   at org.netbeans.editor.BaseDocument.handleRemove(BaseDocument.java:1007)
   at org.netbeans.editor.BaseDocument$FilterBypassImpl.remove(BaseDocument.java:2616)
   at javax.swing.text.DocumentFilter.remove(DocumentFilter.java:79)
Comment 1 Martin Fousek 2016-09-14 19:19:11 UTC
Created attachment 162052 [details]
stacktrace