Merge branch 'bug7164_diagnose_harder_v2'

This commit is contained in:
Nick Mathewson
2014-03-27 14:26:21 -04:00
4 changed files with 77 additions and 1 deletions
+6
View File
@@ -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.