Merge branches 'bug8185_031' and 'bug8185_diagnostic_032'

This commit is contained in:
Nick Mathewson
2017-09-29 17:26:40 -04:00
3 changed files with 30 additions and 1 deletions
+4
View File
@@ -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.
+6
View File
@@ -0,0 +1,6 @@
o Minor bugfixes (logging, relay shutdown, annoyance):
- When a circuit is marked for close, do not attempt to package any cells
for channels on that circuit. Previously, we would detect this
condition lower in the call stack, when we noticed that the circuit had
no attached channel, and log an annoying message. Fixes bug 8185;
bugfix on 0.2.5.4-alpha.