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 235510 - OutOfMemoryError: Java heap space
Summary: OutOfMemoryError: Java heap space
Status: RESOLVED WONTFIX
Alias: None
Product: editor
Classification: Unclassified
Component: Painting & Printing (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Miloslav Metelka
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2013-09-04 14:29 UTC by Exceptions Reporter
Modified: 2016-07-07 07:26 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 203578


Attachments
stacktrace (350 bytes, text/plain)
2013-09-04 14:29 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2013-09-04 14:29:00 UTC
This issue was reported manually by thurka.
It already has 1 duplicates 


Build: NetBeans IDE Dev (Build nbms-and-javadoc-11138-on-20130617)
VM: Java HotSpot(TM) Client VM, 23.25-b01, Java(TM) SE Runtime Environment, 1.7.0_25-b17
OS: Windows 7

User Comments:
GUEST: I'm not sure




Stacktrace: 
java.lang.OutOfMemoryError: Java heap space
   at sun.management.ThreadImpl.dumpThreads0(ThreadImpl.java:0)
   at sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:0)
   at org.netbeans.modules.sampler.Sampler$1.run(Sampler.java:191)
   at java.util.TimerThread.mainLoop(TimerThread.java:0)
   at java.util.TimerThread.run(TimerThread.java:0)
Comment 1 Exceptions Reporter 2013-09-04 14:29:03 UTC
Created attachment 139662 [details]
stacktrace
Comment 2 Tomas Hurka 2013-09-04 14:41:23 UTC
There are 18 millions of org.netbeans.modules.editor.lib2.document.MarkVector$MarkUpdate	instances, which is 87.5% of all instances on the heap.
Comment 3 Martin Balin 2016-07-07 07:26:33 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