]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Improve backtrace changes file
authorNick Mathewson <nickm@torproject.org>
Mon, 18 Nov 2013 15:48:08 +0000 (10:48 -0500)
committerNick Mathewson <nickm@torproject.org>
Mon, 18 Nov 2013 15:48:14 +0000 (10:48 -0500)
changes/stack_trace

index dc6363887c797d021047eb8a0ba5038a1a52f966..2eaf15ec89f40b05bc13c4823fead2156c722e3f 100644 (file)
@@ -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.