changes: file for 31614

This commit is contained in:
teor 2019-09-26 12:09:56 +10:00
parent 315f14c709
commit c9c046c365
No known key found for this signature in database
GPG Key ID: 10FEAA0E7075672A

9
changes/bug31614 Normal file
View File

@ -0,0 +1,9 @@
o Minor bugfixes (logging):
- Disable backtrace signal handlers when shutting down tor.
Fixes bug 31614; bugfix on 0.2.5.2-alpha.
- Add a missing check for HAVE_PTHREAD_H, because the backtrace code uses
mutexes. Fixes bug 31614; bugfix on 0.2.5.2-alpha.
o Documentation:
- Explain why we can't destroy the backtrace buffer mutex. Explain why
we don't need to destroy the log mutex.
Closes ticket 31736.