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 271038 - Error message on launch
Summary: Error message on launch
Status: NEW
Alias: None
Product: editor
Classification: Unclassified
Component: Painting & Printing (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Miloslav Metelka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-07-05 14:16 UTC by ronansilva
Modified: 2017-07-05 14:16 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 229619


Attachments
stacktrace (2.20 KB, text/plain)
2017-07-05 14:16 UTC, ronansilva
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ronansilva 2017-07-05 14:16:54 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.60-b23, Java(TM) SE Runtime Environment, 1.8.0_60-b27
OS: Windows 10

User Comments:
ronansilva: Always display error message on launch. The IDE is the last one. It seens work fine but this error always is displayed.




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.util.concurrent.CopyOnWriteArrayList.remove(CopyOnWriteArrayList.java:556)
   at java.util.concurrent.CopyOnWriteArrayList.remove(CopyOnWriteArrayList.java:527)
   at org.netbeans.modules.editor.lib2.highlighting.DirectMergeContainer.removeHighlightsChangeListener(DirectMergeContainer.java:133)
   at org.netbeans.modules.editor.lib2.view.DocumentViewChildren.paint(DocumentViewChildren.java:633)
   at org.netbeans.modules.editor.lib2.view.DocumentView.paint(DocumentView.java:720)
   at org.netbeans.modules.editor.lib2.view.EditorView.paint(EditorView.java:160)
Comment 1 ronansilva 2017-07-05 14:16:56 UTC
Created attachment 164699 [details]
stacktrace