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 178171 - AWT block on paralell Svn tasks
Summary: AWT block on paralell Svn tasks
Status: RESOLVED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Subversion (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
: 179888 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-12-04 14:24 UTC by lkishalmi
Modified: 2010-01-27 03:01 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Thread dump made by Visual VM while experiencing the freeze (46.15 KB, text/plain)
2009-12-04 14:24 UTC, lkishalmi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description lkishalmi 2009-12-04 14:24:40 UTC
Created attachment 92151 [details]
Thread dump made by Visual VM while experiencing the freeze

Having an already running svn task and starting another one can block the AWT Event Queue.

My test:
  1. Check out Hudson source.
  2. While the checkout is running try to update an other project.

The IDE almost completely frozen (save some progress bar updates) till Hudson source checkout taks is finished.
Comment 1 Ondrej Vrabec 2009-12-08 03:02:45 UTC
fix: http://hg.netbeans.org/cdev/rev/a0b01365b559
Comment 2 Quality Engineering 2009-12-09 15:16:37 UTC
Integrated into 'main-golden', will be available in build *200912091400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/a0b01365b559
User: Ondrej Vrabec <ovrabec@netbeans.org>
Log: Issue #178171 - AWT block on paralell Svn tasks
making some svn client methods parallelizable
Comment 3 Ondrej Vrabec 2010-01-27 03:01:44 UTC
*** Bug 179888 has been marked as a duplicate of this bug. ***