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 238474 - OutOfMemoryError: Java heap space
Summary: OutOfMemoryError: Java heap space
Status: NEW
Alias: None
Product: editor
Classification: Unclassified
Component: Painting & Printing (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Miloslav Metelka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-17 08:37 UTC by drazisil
Modified: 2016-04-10 00:44 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 205346


Attachments
stacktrace (1.16 KB, text/plain)
2013-11-17 08:37 UTC, drazisil
Details
stacktrace (1.16 KB, text/plain)
2014-03-25 13:00 UTC, jeffreymb
Details

Note You need to log in before you can comment on or make changes to this bug.
Description drazisil 2013-11-17 08:37:01 UTC
This bug was originally marked as duplicate of bug 221137, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 201311160002)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.45-b08, Java(TM) SE Runtime Environment, 1.7.0_45-b18
OS: Windows 7

User Comments:
GUEST: ?????? ??????

drazisil: Opening a huge file after being warned not to :)




Stacktrace: 
java.lang.OutOfMemoryError: Java heap space
   at java.util.Arrays.copyOfRange(Arrays.java:2694)
   at java.lang.String.<init>(String.java:203)
   at org.netbeans.modules.editor.lib2.document.ReadWriteUtils.convertToNewlines(ReadWriteUtils.java:162)
   at org.netbeans.editor.BaseDocument.handleInsertString(BaseDocument.java:775)
   at org.netbeans.editor.BaseDocument.insertString(BaseDocument.java:757)
   at org.netbeans.editor.BaseDocument.read(BaseDocument.java:1452)
Comment 1 drazisil 2013-11-17 08:37:03 UTC
Created attachment 142277 [details]
stacktrace
Comment 2 jeffreymb 2014-03-25 13:00:42 UTC
Created attachment 146307 [details]
stacktrace

I didn't notice that anything happened. I restarted my machine at the end of the day yesterday and maybe it crashed while shutting down...