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 259052

Summary: OutOfMemoryError: GC overhead limit exceeded
Product: projects Reporter: estebandido
Component: Generic InfrastructureAssignee: Tomas Zezula <tzezula>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 223789
Attachments: stacktrace

Description estebandido 2016-04-28 16:42:24 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.77-b03, Java(TM) SE Runtime Environment, 1.8.0_77-b03
OS: Windows 8

User Comments:
estebandido: It uses CPU for 100 percent




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at sun.java2d.SunGraphics2D.clone(SunGraphics2D.java:309)
   at sun.java2d.SunGraphics2D.create(SunGraphics2D.java:343)
   at java.awt.Graphics.create(Graphics.java:164)
   at javax.swing.JComponent.paintChildren(JComponent.java:871)
   at javax.swing.JComponent.paint(JComponent.java:1065)
   at javax.swing.JComponent.paintToOffscreen(JComponent.java:5210)
Comment 1 estebandido 2016-04-28 16:42:26 UTC
Created attachment 159467 [details]
stacktrace
Comment 2 Tomas Hurka 2016-04-28 17:17:19 UTC
Retained size of java.io.File[]#8 is 466,374,718 bytes. This is invoked from ProjectConvertorAcceptor. See stack trace of "Diffsidebar long tasks" thread. Reassigning.
Comment 3 Tomas Stupka 2016-06-24 14:07:05 UTC
tome, please have a look ...