commit c81f64ab44f71a97649a44e10d6fcbf15aa8c835 Author: Nick Mathewson nickm@torproject.org Date: Mon Nov 18 10:48:08 2013 -0500
Improve backtrace changes file --- changes/stack_trace | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/changes/stack_trace b/changes/stack_trace index dc63638..2eaf15e 100644 --- a/changes/stack_trace +++ b/changes/stack_trace @@ -1,6 +1,8 @@ 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. + - On some platforms (currently: recent OSX versions, glibc-based + platforms that support the ELF format, and a few other + Unix-like operating systems), Tor can now dump stack traces + when a crash occurs or an assertion fails. By default, traces + are dumped to stderr (if possible) and to any logs that are + reporting errors.
tor-commits@lists.torproject.org