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 256266 - 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.0
Hardware: All All
: P3 normal (vote)
Assignee: Miloslav Metelka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-29 22:01 UTC by idclaar
Modified: 2015-10-29 22:01 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 216430


Attachments
stacktrace (2.33 KB, text/plain)
2015-10-29 22:01 UTC, idclaar
Details

Note You need to log in before you can comment on or make changes to this bug.
Description idclaar 2015-10-29 22:01:13 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.25-b02, Java(TM) SE Runtime Environment, 1.8.0_25-b18
OS: Windows 7

User Comments:
GUEST: Unknown

idclaar: After running sql scripts for an hour, IDE became very unresponsive and its process had to be killed as closing the app only closed the app but left the process running.

GUEST: Just seems to hang....
Not sure if its the memory or something else.




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.awt.geom.Path2D$Double.cloneCoordsDouble(Path2D.java:1095)
   at java.awt.geom.Path2D$Double.<init>(Path2D.java:1067)
   at java.awt.geom.AffineTransform.createTransformedShape(AffineTransform.java:3829)
   at sun.java2d.SunGraphics2D.transformShape(SunGraphics2D.java:1988)
   at sun.java2d.SunGraphics2D.transformShape(SunGraphics2D.java:1946)
   at sun.java2d.SunGraphics2D.clip(SunGraphics2D.java:2061)
Comment 1 idclaar 2015-10-29 22:01:14 UTC
Created attachment 157056 [details]
stacktrace