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 271942

Summary: OutOfMemoryError: Java heap space
Product: platform Reporter: wardjk
Component: Window SystemAssignee: Stanislav Aubrecht <saubrecht>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 231244
Attachments: stacktrace

Description wardjk 2017-12-22 21:21:32 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.60-b23, Java(TM) SE Runtime Environment, 1.8.0_60-b27
OS: Windows 10

User Comments:
wardjk: Don't know how to reproduce. I just had NetBeans open for days doing a lot of editing. Before the problem, it was consuming nearly all of the CPU. I didn't want to terminate it but it took a long time before it would close.




Stacktrace: 
java.lang.OutOfMemoryError: Java heap space
   at sun.awt.geom.Curve.insertLine(Curve.java:50)
   at java.awt.geom.Area.pathToCurves(Area.java:162)
   at java.awt.geom.Area.<init>(Area.java:126)
   at org.netbeans.swing.tabcontrol.plaf.BasicTabDisplayerUI.paint(BasicTabDisplayerUI.java:410)
   at javax.swing.plaf.ComponentUI.update(ComponentUI.java:161)
   at javax.swing.JComponent.paintComponent(JComponent.java:780)
Comment 1 wardjk 2017-12-22 21:21:35 UTC
Created attachment 165588 [details]
stacktrace