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 - OutOfMemoryError: Java heap space
Summary: OutOfMemoryError: Java heap space
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Text (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Miloslav Metelka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-05-04 09:40 UTC by daniel_moyne
Modified: 2017-05-04 09:40 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 224478


Attachments
stacktrace (2.22 KB, text/plain)
2017-05-04 09:40 UTC, daniel_moyne
Details

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