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

Summary: OutOfMemoryError: Java heap space
Product: platform Reporter: davidpraise45
Component: Output WindowAssignee: Jaroslav Havlin <jhavlin>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 227329
Attachments: stacktrace

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