Merge branch 'bug31571_040' into bug31571_041

This commit is contained in:
teor
2019-09-04 13:57:36 +10:00
4 changed files with 48 additions and 13 deletions
+7
View File
@@ -0,0 +1,7 @@
o Minor bugfixes (error handling):
- Report the tor version whenever an assertion fails. Previously, we only
reported the Tor version on some crashes, and some non-fatal assertions.
Fixes bug 31571; bugfix on 0.3.5.1-alpha.
- On abort, try harder to flush the output buffers of log messages. On
some platforms (macOS), log messages can be discarded when the process
terminates. Fixes bug 31571; bugfix on 0.3.5.1-alpha.