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 40636 - Deadlock when closing VCS output after update
Summary: Deadlock when closing VCS output after update
Status: VERIFIED DUPLICATE of bug 40647
Alias: None
Product: obsolete
Classification: Unclassified
Component: vcscore (show other bugs)
Version: 3.x
Hardware: PC Windows XP
: P1 blocker (vote)
Assignee: issues@obsolete
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-01 13:19 UTC by Jiri Skrivanek
Modified: 2004-03-01 14:40 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Threda dump (17.11 KB, text/plain)
2004-03-01 13:19 UTC, Jiri Skrivanek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Skrivanek 2004-03-01 13:19:04 UTC
IDE freezes every time I try to close the VCS
output window. The VCS Output window is open after
update command. Additionally I am curious whether
it is intentional that the window fills whole IDE.
To reproduce:

- mount a CVS filesystem
- execute update command from context menu on FS
node => VCS output window is shown
- try to close VCS output window using the cross
button at the top right corner => IDE freezes (see
attached thread dump)

Tested in build 20040301-1056, JDK1.4.2_03, WindowsXP.
Comment 1 Jiri Skrivanek 2004-03-01 13:19:36 UTC
Created attachment 13742 [details]
Threda dump
Comment 2 Martin Entlicher 2004-03-01 14:10:58 UTC
There is nothing that looks like deadlock. AWT event queue is O.K., so
the IDE should be responsive.

Looks like this is a candidate for closing as invalid. Any other
observations?
Comment 3 Jiri Skrivanek 2004-03-01 14:40:14 UTC
It is not caused by VCS module. I am able to reproduce it an easier
way. I filed another issue againts core module and I am closing this
issue as a duplicate.

*** This issue has been marked as a duplicate of 40647 ***
Comment 4 Jiri Skrivanek 2004-03-01 14:40:39 UTC
Verified.