]> code.delx.au - gnu-emacs/commitdiff
* doc/emacs/trouble.texi (Crashing): Not all addr2line have -p. (Bug#13445)
authorGlenn Morris <rgm@gnu.org>
Wed, 16 Jan 2013 02:11:10 +0000 (21:11 -0500)
committerGlenn Morris <rgm@gnu.org>
Wed, 16 Jan 2013 02:11:10 +0000 (21:11 -0500)
doc/emacs/ChangeLog
doc/emacs/trouble.texi

index 16820ee450a3e4739c8f064c0469873a5a54422a..a50ebb7077cd8db4ade794a48ad8d5a25bed3346 100644 (file)
@@ -1,5 +1,7 @@
 2013-01-16  Glenn Morris  <rgm@gnu.org>
 
+       * trouble.texi (Crashing): Not all addr2line have -p.  (Bug#13445)
+
        * custom.texi (Custom Themes): Fix typo.
 
 2013-01-05  Glenn Morris  <rgm@gnu.org>
index 1d992354c91f590b533b2cb3043ca54283150497..81014d7d0d29a9c5caced3e71228269d7409adfc 100644 (file)
@@ -320,13 +320,14 @@ backtrace with source-code line numbers:
 
 @example
 sed -n 's/.*\[\(.*\)]$/\1/p' @var{backtrace} |
-  addr2line -Cfip -e @var{bindir}/emacs
+  addr2line -C -f -i -e @var{bindir}/emacs
 @end example
 
 @noindent
 Here, @var{backtrace} is the name of a text file containing a copy of
 the backtrace, and @var{bindir} is the name of the directory that
-contains the Emacs executable.
+contains the Emacs executable.@footnote{You may wish to add the
+@option{-p} option, if your version of @command{addr2line} supports it.}
 
 @cindex core dump
   Optionally, Emacs can generate a @dfn{core dump} when it crashes.  A