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 68457 - Deadlock at UndoManager
Summary: Deadlock at UndoManager
Status: VERIFIED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: All All
: P2 blocker (vote)
Assignee: Jan Becicka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-10 12:57 UTC by Martin Schovanek
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Thread Dump (241.21 KB, text/plain)
2005-11-10 13:00 UTC, Martin Schovanek
Details
Proposed patch. Needs to be reviewed and tested first. (2.82 KB, text/plain)
2005-11-11 10:52 UTC, Jan Becicka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Schovanek 2005-11-10 12:57:27 UTC
[#200511091900, jdk1.5.0]

The org.netbeans.test.j2ee.cmp.GUICMPTest repeatedly freezes during a 
refactoring action with following thread dump.

The Refactoring progress dialog appears and NB freezes.
Comment 1 Martin Schovanek 2005-11-10 13:00:27 UTC
Created attachment 26825 [details]
Thread Dump
Comment 2 Jan Becicka 2005-11-11 10:52:02 UTC
Created attachment 26855 [details]
Proposed patch. Needs to be reviewed and tested first.
Comment 3 Jan Becicka 2005-11-15 09:56:13 UTC
Checking in UndoManager.java;
/cvs/java/javacore/src/org/netbeans/modules/javacore/internalapi/UndoManager.java,v
 <--  UndoManager.java
new revision: 1.19; previous revision: 1.18
done
Comment 4 Martin Schovanek 2006-06-30 12:33:10 UTC
v.
Comment 5 Quality Engineering 2007-09-20 10:44:55 UTC
Reorganization of java component