From 5cda428a2348713f3cb1e6bc5885480d923ee005 Mon Sep 17 00:00:00 2001 From: Fons Rademakers <Fons.Rademakers@cern.ch> Date: Mon, 14 Dec 2009 14:51:18 +0000 Subject: [PATCH] mention the stacktrace customization options. git-svn-id: http://root.cern.ch/svn/root/trunk@31879 27541ba8-7e3a-0410-8455-c3a389f83636 --- core/doc/v526/index.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/core/doc/v526/index.html b/core/doc/v526/index.html index df32958b108..73664fe463c 100644 --- a/core/doc/v526/index.html +++ b/core/doc/v526/index.html @@ -21,8 +21,11 @@ bits is zero).</li> <li>Prevent the unadvertent replacement of an arrow with a dot when the left side is actually a pointer</li> </ul> </li> -<li>More user friendly trace-back in case of a crash, with hints where -the problem might be.</li> +<li>More user friendly stacktrace in case of a crash, with hints where +the problem might be. On Linux and MacOS X these stacktraces are generated +by the script $ROOTSYS/etc/gdb-backtrace.sh. Using the Root.StackTraceMessage +resource one can customize the message printed by the script. The entire +script can be replaced using the Root.StacktraceScript resource.</li> <li>Numerous minor bug fixes...</li> </ul> <h4>New module <tt>editline</tt> </h4> -- GitLab