emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r111564: * trouble.texi (Crashing): S


From: Paul Eggert
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r111564: * trouble.texi (Crashing): Suggest -p for recent addrline.
Date: Sat, 19 Jan 2013 14:12:27 -0800
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 111564
fixes bug: http://debbugs.gnu.org/13445
committer: Paul Eggert <address@hidden>
branch nick: trunk
timestamp: Sat 2013-01-19 14:12:27 -0800
message:
  * trouble.texi (Crashing): Suggest -p for recent addrline.
  
  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.
modified:
  doc/emacs/ChangeLog
  doc/emacs/trouble.texi
=== modified file 'doc/emacs/ChangeLog'
--- a/doc/emacs/ChangeLog       2013-01-19 20:38:13 +0000
+++ b/doc/emacs/ChangeLog       2013-01-19 22:12:27 +0000
@@ -1,3 +1,10 @@
+2013-01-19  Paul Eggert  <address@hidden>
+
+       * 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  <address@hidden>
 
        * custom.texi (Directory Variables): Fix paren typo.

=== modified file 'doc/emacs/trouble.texi'
--- a/doc/emacs/trouble.texi    2013-01-19 20:38:13 +0000
+++ b/doc/emacs/trouble.texi    2013-01-19 22:12:27 +0000
@@ -325,7 +325,8 @@
 
 @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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]