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 - Deadlock on closing all documents
Summary: Deadlock on closing all documents
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Actions (show other bugs)
Version: 4.x
Hardware: All All
: P2 blocker (vote)
Assignee: Milos Kleint
URL:
Keywords: THREAD
: 40902 40918 40948 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-03-09 17:35 UTC by _ tboudreau
Modified: 2008-12-22 22:43 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
stack dump (11.72 KB, text/plain)
2004-03-09 17:36 UTC, _ tboudreau
Details

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