bug31614 444 B

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