diff options
author | Joey Hess <joey@kitenet.net> | 2012-07-18 13:31:28 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-07-18 13:31:28 -0400 |
commit | fc5652c811a9a644bb8964b3b8c13df24f2ec7c7 (patch) | |
tree | e42192bfef103c749feb72db217cd4eb4487d6e6 /doc/todo | |
parent | 05310538ef4f2c0c483bab355083ec2044a12a0a (diff) | |
parent | cfdd4d66029915c683a1653c941c05e45205b13a (diff) |
Merge branch 'master' into threaded
Diffstat (limited to 'doc/todo')
-rw-r--r-- | doc/todo/assistant_threaded_runtime.mdwn | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/todo/assistant_threaded_runtime.mdwn b/doc/todo/assistant_threaded_runtime.mdwn index 095ffa435..edfa51669 100644 --- a/doc/todo/assistant_threaded_runtime.mdwn +++ b/doc/todo/assistant_threaded_runtime.mdwn @@ -20,6 +20,9 @@ The test suite tends to hang when testing add. `git-annex` occasionally hangs, apparently in a futex lock. This is not the assistant hanging, and git-annex does not otherwise use threads, so this is surprising. --[[Joey]] +> I've spent a lot of time debugging this, and trying to fix it, in the +> "threaded" branch. There are still deadlocks. --[[Joey]] + --- It would be possible to not use the threaded runtime. Instead, we could |