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 270557

Summary: OutOfMemoryError: Java heap space
Product: platform Reporter: daniel_moyne
Component: TextAssignee: Miloslav Metelka <mmetelka>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 224478
Attachments: stacktrace

Description daniel_moyne 2017-05-04 09:40:35 UTC
Build: NetBeans IDE 8.1 (Build 20160828-debian-8.1)
VM: OpenJDK 64-Bit Server VM, 25.121-b13, OpenJDK Runtime Environment, 1.8.0_121-8u121-b13-4-b13
OS: Linux

User Comments:
daniel_moyne: nothing special, simply editing a java file

GUEST: edit, save and scroll .cl file with OpenCL extension enabled.




Stacktrace: 
java.lang.OutOfMemoryError: Java heap space
   at java.util.Arrays.copyOfRange(Arrays.java:3664)
   at java.lang.StringBuffer.toString(StringBuffer.java:669)
   at java.text.Format.format(Format.java:157)
   at java.text.MessageFormat.format(MessageFormat.java:841)
   at org.openide.util.NbBundle.getMessage(NbBundle.java:0)
   at org.openide.util.NbBundle.getMessage(NbBundle.java:0)
Comment 1 daniel_moyne 2017-05-04 09:40:37 UTC
Created attachment 164243 [details]
stacktrace