diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-10-22 12:13:47 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-10-22 12:13:47 -0400 |
commit | c1bf4260b69fa4de09471e31994b7fa242dce872 (patch) | |
tree | 2fc8de1b4657c598cf94d03e543349bbd96f7687 /changes | |
parent | d4dde249a04c768381767f67a1a82425bc70baaa (diff) | |
parent | 749c2e1761c753992fb2549e7ee912e568f563d6 (diff) | |
download | tor-c1bf4260b69fa4de09471e31994b7fa242dce872.tar.gz tor-c1bf4260b69fa4de09471e31994b7fa242dce872.zip |
Merge remote-tracking branch 'tor-github/pr/1302' into maint-0.4.1
Diffstat (limited to 'changes')
-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. |