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 - AWT blocked by org.netbeans.editor.BaseDocument.replace() for 50s
Summary: AWT blocked by org.netbeans.editor.BaseDocument.replace() for 50s
Status: RESOLVED WONTFIX
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:
: 243343 (view as bug list)
Depends on:
Blocks:
 
Reported: 2014-05-28 23:51 UTC by delfin
Modified: 2016-07-07 07:28 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 209994


Attachments
stacktrace (2.23 KB, text/plain)
2014-05-28 23:52 UTC, delfin
Details
nps Snapshot (22.79 KB, application/octet-stream)
2014-05-30 09:28 UTC, Tomas Hurka
Details

Note You need to log in before you can comment on or make changes to this bug.
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