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 46864 - Deadlock during project compilation
Summary: Deadlock during project compilation
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Text (show other bugs)
Version: 4.x
Hardware: PC Windows ME/2000
: P1 blocker (vote)
Assignee: Jaroslav Tulach
URL:
Keywords: RANDOM, THREAD
Depends on:
Blocks:
 
Reported: 2004-08-03 16:09 UTC by Stacy
Modified: 2008-12-22 20:32 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Simple text (10.64 KB, text/plain)
2004-08-03 16:10 UTC, Stacy
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Stacy 2004-08-03 16:09:36 UTC
I will try to attach Thread Dump Stack...
Comment 1 Stacy 2004-08-03 16:10:56 UTC
Created attachment 16627 [details]
Simple text
Comment 2 Jesse Glick 2004-08-03 16:49:51 UTC
I know Yarda was working on the undo/redo manager, maybe related? Not
sure whose this is.
Comment 3 Jaroslav Tulach 2004-08-03 17:22:07 UTC
PatchSet 393
Date: 2004/08/03 15:43:32
Author: jtulach
Log:
#46818: Additional fix. In order to prevent deadlocks the
EditorSupport.createUndoRedo manager has to delegate back to
CloneableEditorSupport.createUndoRedo where is the correct good
implementation

Members:
        src/org/openide/text/EditorSupport.java:1.7->1.8
Comment 4 Marian Mirilovic 2004-08-10 09:20:45 UTC
verified in [nb_dev](200408091800)