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 230665 - OutOfMemoryError: Java heap space
Summary: OutOfMemoryError: Java heap space
Status: NEW
Alias: None
Product: editor
Classification: Unclassified
Component: Painting & Printing (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal with 1 vote (vote)
Assignee: Miloslav Metelka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-03 13:19 UTC by blackmen972
Modified: 2016-11-02 02:49 UTC (History)
5 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 181542


Attachments
stacktrace (2.61 KB, text/plain)
2013-06-03 13:19 UTC, blackmen972
Details

Note You need to log in before you can comment on or make changes to this bug.
Description blackmen972 2013-06-03 13:19:42 UTC
Build: NetBeans IDE 7.3 (Build 201302261559)
VM: OpenJDK 64-Bit Server VM, 20.0-b12, OpenJDK Runtime Environment, 1.6.0_27-b27
OS: Linux

User Comments:
GUEST: I was using "Find Usage" on Javascript object member

blackmen972: I opened a very big file more than 54 MB




Stacktrace: 
java.lang.OutOfMemoryError: Java heap space
   at org.netbeans.modules.editor.lib2.document.CharContent.reallocate(CharContent.java:234)
   at org.netbeans.modules.editor.lib2.document.CharContent.moveGapForInsert(CharContent.java:128)
   at org.netbeans.modules.editor.lib2.document.CharContent.insertText(CharContent.java:107)
   at org.netbeans.modules.editor.lib2.document.EditorDocumentContent.insertEdit(EditorDocumentContent.java:130)
   at org.netbeans.modules.editor.lib2.document.EditorDocumentContent.insertString(EditorDocumentContent.java:125)
   at org.netbeans.editor.BaseDocument.handleInsertString(BaseDocument.java:798)
Comment 1 blackmen972 2013-06-03 13:19:43 UTC
Created attachment 135269 [details]
stacktrace