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

Summary: OutOfMemoryError: GC overhead limit exceeded
Product: editor Reporter: bobh1969
Component: Painting & PrintingAssignee: Miloslav Metelka <mmetelka>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 207565
Attachments: stacktrace

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