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 267812 - 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: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Miloslav Metelka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-08-31 21:09 UTC by bobh1969
Modified: 2016-08-31 21:09 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 207565


Attachments
stacktrace (2.30 KB, text/plain)
2016-08-31 21:09 UTC, bobh1969
Details

Note You need to log in before you can comment on or make changes to this bug.
Description bobh1969 2016-08-31 21:09:51 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.60-b23, Java(TM) SE Runtime Environment, 1.8.0_60-b27
OS: Windows 7

User Comments:
bobh1969: seems to do this alot

GUEST: I did not notice any error, so I'm unable to supply any context




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.awt.geom.Path2D$Float.append(Path2D.java:727)
   at java.awt.geom.Path2D.append(Path2D.java:1904)
   at java.awt.font.TextLayout.getVisualHighlightShape(TextLayout.java:2196)
   at org.netbeans.modules.editor.lib2.view.TextLayoutUtils.getRealAlloc(TextLayoutUtils.java:155)
   at org.netbeans.modules.editor.lib2.view.HighlightsViewUtils.paintHiglighted(HighlightsViewUtils.java:295)
   at org.netbeans.modules.editor.lib2.view.HighlightsView.paint(HighlightsView.java:245)
Comment 1 bobh1969 2016-08-31 21:09:53 UTC
Created attachment 161852 [details]
stacktrace