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 247198 - OutOfMemoryError: Java heap space
Summary: OutOfMemoryError: Java heap space
Status: REOPENED
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: 2014-09-17 08:45 UTC by hacrot3000
Modified: 2016-07-07 11:48 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 211936


Attachments
stacktrace (248 bytes, text/plain)
2014-09-17 08:45 UTC, hacrot3000
Details

Note You need to log in before you can comment on or make changes to this bug.
Description hacrot3000 2014-09-17 08:45:29 UTC
Build: NetBeans IDE 8.0.1 (Build 201408251540)
VM: OpenJDK 64-Bit Server VM, 24.65-b04, OpenJDK Runtime Environment, 1.7.0_65-mockbuild_2014_09_11_13_40-b00
OS: Linux

User Comments:
hacrot3000: It stop responding




Stacktrace: 
java.lang.OutOfMemoryError: Java heap space
   at sun.awt.X11.XToolkit.dispatchEvent(XToolkit.java:482)
   at sun.awt.X11.XToolkit.run(XToolkit.java:584)
   at sun.awt.X11.XToolkit.run(XToolkit.java:505)
   at java.lang.Thread.run(Thread.java:745)
Comment 1 hacrot3000 2014-09-17 08:45:31 UTC
Created attachment 149285 [details]
stacktrace
Comment 2 Tomas Hurka 2014-09-19 13:37:10 UTC
org.netbeans.modules.csl.core.GsfDocument#9 instance holds 10 instances of
org.netbeans.editor.GlyphGutter. GlyphGutter instances hold
org.netbeans.modules.versioning.ui.diff.DiffSidebar instances, which in turn
hold 20 identical source texts (each is 140K). Please investigate why there are
20 identical  instances of org.netbeans.editor.GlyphGutter.

This looks similar to issue #244821 and issue #246698.
Comment 3 Martin Balin 2016-07-07 07:31:30 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss
Comment 4 hacrot3000 2016-07-07 11:48:29 UTC
I am using latest netbean version 8.1 and it still happen. No netbean 2 released yet so I cannot check it with that version.