diff options
author | George Kadianakis <desnacked@riseup.net> | 2019-09-30 13:47:53 +0300 |
---|---|---|
committer | George Kadianakis <desnacked@riseup.net> | 2019-09-30 13:47:53 +0300 |
commit | ae8d36db313a548d9828384f2131f481640c6173 (patch) | |
tree | 424a7c540b55a4f3c2e8258f548a04c6d0797651 /changes | |
parent | fc760c5088394741ac8c83706be6b737aef79beb (diff) | |
parent | 749c2e1761c753992fb2549e7ee912e568f563d6 (diff) | |
download | tor-ae8d36db313a548d9828384f2131f481640c6173.tar.gz tor-ae8d36db313a548d9828384f2131f481640c6173.zip |
Merge branch 'tor-github/pr/1302'
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. |