diff options
author | teor <teor@torproject.org> | 2019-09-26 12:09:56 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2019-09-26 12:22:21 +1000 |
commit | c9c046c365f10f5cbffada921931413edc690dbe (patch) | |
tree | 067e793d7832938fe21b4fe153726a2cefc51096 /changes/bug31614 | |
parent | 315f14c709d019c55731faedb19a97b771f9c42f (diff) | |
download | tor-c9c046c365f10f5cbffada921931413edc690dbe.tar.gz tor-c9c046c365f10f5cbffada921931413edc690dbe.zip |
changes: file for 31614
Diffstat (limited to 'changes/bug31614')
-rw-r--r-- | changes/bug31614 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/changes/bug31614 b/changes/bug31614 new file mode 100644 index 0000000000..c425a9fcd4 --- /dev/null +++ b/changes/bug31614 @@ -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. |