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 269140 - OutOfMemoryError: Java heap space
Summary: OutOfMemoryError: Java heap space
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Output Window (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-11-27 20:33 UTC by davidpraise45
Modified: 2016-11-27 20:33 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 227329


Attachments
stacktrace (2.17 KB, text/plain)
2016-11-27 20:33 UTC, davidpraise45
Details

Note You need to log in before you can comment on or make changes to this bug.
Description davidpraise45 2016-11-27 20:33:20 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.111-b14, Java(TM) SE Runtime Environment, 1.8.0_111-b14
OS: Windows 10

User Comments:
davidpraise45: I was trying to open the application before this problem just pop up




Stacktrace: 
java.lang.OutOfMemoryError: Java heap space
   at org.netbeans.core.output2.OutputDocument.getText(OutputDocument.java:206)
   at javax.swing.text.PlainView.getLineWidth(PlainView.java:668)
   at javax.swing.text.PlainView.calculateLongestLine(PlainView.java:646)
   at javax.swing.text.PlainView.updateMetrics(PlainView.java:209)
   at javax.swing.text.PlainView.setSize(PlainView.java:490)
   at javax.swing.plaf.basic.BasicTextUI$RootView.setSize(BasicTextUI.java:1722)
Comment 1 davidpraise45 2016-11-27 20:33:21 UTC
Created attachment 163044 [details]
stacktrace