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

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

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