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 40879

Summary: Deadlock on closing all documents
Product: platform Reporter: _ tboudreau <tboudreau>
Component: ActionsAssignee: Milos Kleint <mkleint>
Status: CLOSED FIXED    
Severity: blocker CC: issues, mmirilovic
Priority: P2 Keywords: THREAD
Version: 4.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: stack dump

Description _ tboudreau 2004-03-09 17:35:47 UTC
On a clean userdir I created several files, then right clicked on 
the editor tabs and chose "Close All Documents".  See attached 
stack trace.  It looks like the problem is trying to fetch some text 
for the undo action.
Comment 1 _ tboudreau 2004-03-09 17:36:21 UTC
Created attachment 13912 [details]
stack dump
Comment 2 Marian Mirilovic 2004-03-10 07:03:33 UTC
... reproducible on Sol9 during Performance tests on
[nb_36](2004091830), [jdk1.4.2_03].

It'll be nice to have it fixed in today's build :)

Comment 3 Marian Mirilovic 2004-03-10 07:15:09 UTC
Ups , sorry 
it's reproducible only on trunk build 200403091900, not reelase36 .

Tim, have you run 3.6 build ?
Comment 4 Milos Kleint 2004-03-10 07:28:39 UTC
my fault probably.. yesterdays commit to trunk.
Comment 5 Milos Kleint 2004-03-10 08:02:41 UTC
not in 3.6 branch.
Comment 6 Milos Kleint 2004-03-10 13:12:16 UTC
rollbacked 40825 changes. calls to UndoRedo.getUndoPresenterName()
caused deadlocks with called from UndoAction.updateStatus(). The
status is updated on events from various sources..
Comment 7 Marian Mirilovic 2004-03-10 16:06:59 UTC
*** Issue 40902 has been marked as a duplicate of this issue. ***
Comment 8 Milos Kleint 2004-03-11 09:44:43 UTC
*** Issue 40918 has been marked as a duplicate of this issue. ***
Comment 9 David Konecny 2004-03-15 09:59:23 UTC
*** Issue 40948 has been marked as a duplicate of this issue. ***
Comment 10 Marian Mirilovic 2004-03-15 15:04:10 UTC
verified in [nb_dev](200403141900)