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 271916

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

Description MAbdurrahman 2017-12-13 22:21:14 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.91-b14, Java(TM) SE Runtime Environment, 1.8.0_91-b14
OS: Windows 10

User Comments:
MAbdurrahman: I created a web application.  And when I attempted to add the mysql connection to the library a problem occurred




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.awt.geom.RectangularShape.getBounds(RectangularShape.java:347)
   at java.awt.geom.Path2D.getBounds(Path2D.java:2058)
   at java.awt.font.TextLayout.getVisualHighlightShape(TextLayout.java:2201)
   at org.netbeans.modules.editor.lib2.view.TextLayoutUtils.getRealAlloc(TextLayoutUtils.java:155)
   at org.netbeans.modules.editor.lib2.view.HighlightsViewUtils.paintHiglighted(HighlightsViewUtils.java:294)
   at org.netbeans.modules.editor.lib2.view.HighlightsView.paint(HighlightsView.java:245)
Comment 1 MAbdurrahman 2017-12-13 22:21:35 UTC
Created attachment 165562 [details]
stacktrace