diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-09-29 09:24:01 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-09-29 09:24:01 -0400 |
commit | 1b6ccb52eab139cd836e01316c46252e8c143288 (patch) | |
tree | f3ef0f483a726d795da1a44227488521dec651c5 /changes | |
parent | 4e6374c26b909027bd90ad722902205e5eaa13f4 (diff) | |
download | tor-1b6ccb52eab139cd836e01316c46252e8c143288.tar.gz tor-1b6ccb52eab139cd836e01316c46252e8c143288.zip |
Log more information when bug8185 is about to trigger.
My current theory is that this is just a marked circuit that hasn't
closed yet, but let's gather more information in case that theory is
wrong.
Diagnostic for 8185.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/8185_diagnostic | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/8185_diagnostic b/changes/8185_diagnostic new file mode 100644 index 0000000000..b809c4f3ee --- /dev/null +++ b/changes/8185_diagnostic @@ -0,0 +1,4 @@ + o Minor features (logging diagnostic): + - Log more circuit information whenever we are about to try to + package a relay cell on a circuit with a nonexistent n_chan. + Attempt to diagnose bug 8185. |