Bug 483402 - Deadlock is possible within RelocatedProjectHelper
Summary: Deadlock is possible within RelocatedProjectHelper
Status: RESOLVED FIXED
Alias: None
Product: Subversive
Classification: Technology
Component: UI (show other bugs)
Version: 3.0.1   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: 4.5.2   Edit
Assignee: Alexander Gurov CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-12-01 13:04 EST by Alexander Gurov CLA
Modified: 2015-12-01 13:09 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Gurov CLA 2015-12-01 13:04:17 EST
RefreshResourcesOperation should not be called in the context of the helper's thread since it could mutually lock through SVNRemoteStorage in case if the lock was acquired by another thread which is stalled on getting access to this same project.
Comment 1 Alexander Gurov CLA 2015-12-01 13:09:17 EST
Fixed.