* trouble.texi (Crashing): Suggest -p for recent addrline.
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 19 Jan 2013 22:12:27 +0000 (14:12 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 19 Jan 2013 22:12:27 +0000 (14:12 -0800)
Without it, I don't see function names.  Older addrlines will die
out sooner or later, so tailor the suggestion to recent addrline
and put in a comment about older ones.

Fixes: debbugs:13445

doc/emacs/ChangeLog
doc/emacs/trouble.texi

index 6e4c9fb..a372518 100644 (file)
@@ -1,3 +1,10 @@
+2013-01-19  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * trouble.texi (Crashing): Suggest -p for recent addrline.  (Bug#13445)
+       Without it, I don't see function names.  Older addrlines will die
+       out sooner or later, so tailor the suggestion to recent addrline
+       and put in a comment about older ones.
+
 2013-01-19  Glenn Morris  <rgm@gnu.org>
 
        * custom.texi (Directory Variables): Fix paren typo.
index 21ac6af..e691c5a 100644 (file)
@@ -325,7 +325,8 @@ backtrace with source-code line numbers:
 
 @example
 sed -n 's/.*\[\(.*\)]$/\1/p' @var{backtrace} |
-  addr2line -C -f -i -e @var{bindir}/@var{emacs-binary}
+  addr2line -C -f -i -p -e @var{bindir}/@var{emacs-binary}
+# Omit '-p' for addrline 2.20 and earlier.
 @end example
 
 @noindent