summaryrefslogtreecommitdiff
path: root/changes/bug27968
diff options
context:
space:
mode:
authorteor <teor@torproject.org>2018-10-06 16:05:04 -0500
committerNick Mathewson <nickm@torproject.org>2018-11-02 13:14:23 -0400
commit8f43b8fb477e0fe538336fd0e1cb772d1686fb47 (patch)
tree2b0dcfd6741ebc2865402de72d08f2707c40f410 /changes/bug27968
parent43211c3a0c4b56d4100daf3a541250b953fb7230 (diff)
downloadtor-8f43b8fb477e0fe538336fd0e1cb772d1686fb47.tar.gz
tor-8f43b8fb477e0fe538336fd0e1cb772d1686fb47.zip
Avoid a race condition in test_rebind.py
If tor terminates due to SIGNAL HALT before test_rebind.py calls tor_process.terminate(), an OSError 3 (no such process) is thrown. Fixes part of bug 27968 on 0.3.5.1-alpha.
Diffstat (limited to 'changes/bug27968')
-rw-r--r--changes/bug279683
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug27968 b/changes/bug27968
new file mode 100644
index 0000000000..78c8eee33a
--- /dev/null
+++ b/changes/bug27968
@@ -0,0 +1,3 @@
+ o Minor bugfixes (testing):
+ - Avoid hangs and race conditions in test_rebind.py.
+ Fixes bug 27968; bugfix on 0.3.5.1-alpha.