mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
c55591825f
Some platforms (macOS, maybe others?) can swallow the last write before an abort. This issue is probably caused by a race condition between write buffer cache flushing, and process termination. So we write an extra newline, to make sure that the message always gets through. Fixes bug 31571; bugfix on 0.3.5.1-alpha.
8 lines
454 B
Plaintext
8 lines
454 B
Plaintext
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.
|