tor/changes/stack_trace
Nick Mathewson 063bea58bc Basic backtrace ability
On platforms with the backtrace/backtrace_symbols_fd interface, Tor
can now dump stack traces on assertion failure.  By default, I log
them to DataDir/stack_dump and to stderr.
2013-11-18 10:43:14 -05:00

7 lines
296 B
Plaintext

o Major features:
- On some platforms (currently, recent OSX versions, and glibc-based
platforms that support the ELF format), Tor can now dump
stack traces when an assertion fails. By default, traces are dumped
to stderr, and to a stack_dump file in the DataDirectory.