aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-03-17 14:15:12 -0400
committerNick Mathewson <nickm@torproject.org>2014-03-27 14:23:19 -0400
commit0389d4aa561bec06ad2aab70ea5a989f1f2d02c6 (patch)
treea010468c5cb5f55cc6949634aa3356aad8097a68 /changes
parentcbf9e742368158b927249913b395b3796d847a92 (diff)
downloadtor-0389d4aa561bec06ad2aab70ea5a989f1f2d02c6.tar
tor-0389d4aa561bec06ad2aab70ea5a989f1f2d02c6.tar.gz
More logs to try to diagnose bug 7164
This time, check in microdesc_cache_clean() to see what could be going wrong with an attempt to clean a microdesc that's held by a node.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug7164_diagnose_harder6
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug7164_diagnose_harder b/changes/bug7164_diagnose_harder
new file mode 100644
index 000000000..28c36b658
--- /dev/null
+++ b/changes/bug7164_diagnose_harder
@@ -0,0 +1,6 @@
+ o Minor features:
+ - Try harder to diagnose a possible cause of bug 7164, which causes
+ intermittent "microdesc_free() called but md was still referenced"
+ warnings. We now log more information about the likely error case,
+ to try to figure out why we might be cleaning a microdescriptor
+ as old if it's still referenced by a live node.