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 - OutOfMemoryError: Java heap space
Summary: OutOfMemoryError: Java heap space
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-12-22 21:21 UTC by wardjk
Modified: 2017-12-22 21:21 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 231244


Attachments
stacktrace (2.21 KB, text/plain)
2017-12-22 21:21 UTC, wardjk
Details

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