Re: EDEADLK in svn_repos_fs_begin_txn_for_commit2
From: Philip Martin <philip.martin_at_wandisco.com>
Date: Wed, 26 Jan 2011 10:38:12 +0000
Blair Zajac <blair_at_orcaware.com> writes:
> We're seeing deadlocks in our Subversion multithreaded server when two
It's not clear to me why that is a deadlock. When the second thread is
Create two repositories with a pre-commit hook that sleeps for 20
svnserve -Tdr.
Commit:
svn mkdir -mm svn://localhost/repoA/X1
All four commits complete. Do I need to cause the thread to spin rather
Are you on a platform with SVN_FS_FS__USE_LOCK_MUTEX set to 0 (Windows)
Process 1 Process 2
If I include the mutex it might do:
Process 1 Process 2
Neither of those look like a deadlock.
-- PhilipReceived on 2011-01-26 11:38:59 CET |
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.