diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-03-17 14:15:12 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-03-27 14:23:19 -0400 |
commit | 0389d4aa561bec06ad2aab70ea5a989f1f2d02c6 (patch) | |
tree | a010468c5cb5f55cc6949634aa3356aad8097a68 /changes | |
parent | cbf9e742368158b927249913b395b3796d847a92 (diff) | |
download | tor-0389d4aa561bec06ad2aab70ea5a989f1f2d02c6.tar.gz tor-0389d4aa561bec06ad2aab70ea5a989f1f2d02c6.zip |
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_harder | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug7164_diagnose_harder b/changes/bug7164_diagnose_harder new file mode 100644 index 0000000000..28c36b658f --- /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. |