summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2010-04-12 18:22:06 -0400
committerNick Mathewson <nickm@torproject.org>2010-04-12 18:22:06 -0400
commit7221d15acc87d2438aba7e3c261c2fc460479a01 (patch)
treeb18a7d0af4d6b181d023f132e2b2167da94cadce /changes
parent311aca5a3472cd318b72ca21d7a530182154e75c (diff)
parent5e679acc72a2648c38a3ee3a2b05cd5b75906568 (diff)
downloadtor-7221d15acc87d2438aba7e3c261c2fc460479a01.tar.gz
tor-7221d15acc87d2438aba7e3c261c2fc460479a01.zip
Merge commit 'origin/maint-0.2.1'
Conflicts: src/or/test.c
Diffstat (limited to 'changes')
-rw-r--r--changes/weasel-testuite-thread-fixes8
1 files changed, 8 insertions, 0 deletions
diff --git a/changes/weasel-testuite-thread-fixes b/changes/weasel-testuite-thread-fixes
new file mode 100644
index 0000000000..4c32c3881a
--- /dev/null
+++ b/changes/weasel-testuite-thread-fixes
@@ -0,0 +1,8 @@
+ o Minor bugfixes:
+ - Testsuite: In the util/threads test no longer free the test_mutex
+ before all worker threads have finished.
+ - Testsuite: The master thread could starve the worker threads quite
+ badly on certain systems, causing them to run only partially in
+ the allowed window. This resulted in test failures. Now the master
+ thread sleeps occasionally for a few microseconds while the two
+ worker-threads compete for the mutex.