mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
0389d4aa56
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.
7 lines
362 B
Plaintext
7 lines
362 B
Plaintext
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.
|