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

Summary: OutOfMemoryError: Java heap space
Product: editor Reporter: Exceptions Reporter <exceptions_reporter>
Component: Painting & PrintingAssignee: Miloslav Metelka <mmetelka>
Status: RESOLVED WONTFIX    
Severity: normal CC: issues, thurka
Priority: P3 Keywords: PERFORMANCE
Version: 7.4   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 203578
Attachments: stacktrace

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