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 - 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.2
Hardware: All All
: P3 normal (vote)
Assignee: Miloslav Metelka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-12-13 22:21 UTC by MAbdurrahman
Modified: 2017-12-13 22:21 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 231162


Attachments
stacktrace (2.33 KB, text/plain)
2017-12-13 22:21 UTC, MAbdurrahman
Details

Note You need to log in before you can comment on or make changes to this bug.
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