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 244772

Summary: AWT blocked by org.netbeans.editor.BaseDocument.replace() for 50s
Product: editor Reporter: delfin
Component: Painting & PrintingAssignee: Miloslav Metelka <mmetelka>
Status: RESOLVED WONTFIX    
Severity: normal CC: exceptions_reporter
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 209994
Attachments: stacktrace
nps Snapshot

Description delfin 2014-05-28 23:51:58 UTC
Build: NetBeans IDE Dev (Build 201405140001)
VM: Java HotSpot(TM) Client VM, 24.60-b09, Java(TM) SE Runtime Environment, 1.7.0_60-ea-b10
OS: Windows Vista

User Comments:
delfin: working in a wordpress project ( 2 at a time) unresposivenessfrom server once updated the code




Stacktrace: 
java.lang.OutOfMemoryError: Java heap space
   at java.io.ObjectOutputStream$HandleTable.growSpine(ObjectOutputStream.java:2333)
   at java.io.ObjectOutputStream$HandleTable.assign(ObjectOutputStream.java:2278)
   at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1427)
   at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1177)
   at java.io.ObjectOutputStream.writeArray(ObjectOutputStream.java:1377)
   at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1173)
Comment 1 delfin 2014-05-28 23:52:00 UTC
Created attachment 147488 [details]
stacktrace
Comment 2 Tomas Hurka 2014-05-30 09:28:38 UTC
Created attachment 147511 [details]
nps Snapshot

nps Snapshot extracted from heap dump.
Comment 3 Tomas Hurka 2014-05-30 10:18:42 UTC
AWT is blocked by document lock held by 'Module-Actions' thread probably in org.netbeans.editor.BaseDocument.replace().
Reassigning to editor for further evaluation.
Comment 4 Milutin Kristofic 2015-08-10 14:14:31 UTC
*** Bug 243343 has been marked as a duplicate of this bug. ***
Comment 5 Martin Balin 2016-07-07 07:28:16 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