aboutsummaryrefslogtreecommitdiff
path: root/changes/stack_trace
diff options
context:
space:
mode:
Diffstat (limited to 'changes/stack_trace')
-rw-r--r--changes/stack_trace8
1 files changed, 8 insertions, 0 deletions
diff --git a/changes/stack_trace b/changes/stack_trace
new file mode 100644
index 000000000..2eaf15ec8
--- /dev/null
+++ b/changes/stack_trace
@@ -0,0 +1,8 @@
+ o Major features:
+ - 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.
+