emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/emacs-24 r111181: * doc/emacs/trouble.texi


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-24 r111181: * doc/emacs/trouble.texi (Crashing): Not all addr2line have -p. (Bug#13445)
Date: Tue, 15 Jan 2013 21:11:10 -0500
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 111181
committer: Glenn Morris <address@hidden>
branch nick: emacs-24
timestamp: Tue 2013-01-15 21:11:10 -0500
message:
  * doc/emacs/trouble.texi (Crashing): Not all addr2line have -p.  (Bug#13445)
modified:
  doc/emacs/ChangeLog
  doc/emacs/trouble.texi
=== modified file 'doc/emacs/ChangeLog'
--- a/doc/emacs/ChangeLog       2013-01-16 01:47:40 +0000
+++ b/doc/emacs/ChangeLog       2013-01-16 02:11:10 +0000
@@ -1,5 +1,7 @@
 2013-01-16  Glenn Morris  <address@hidden>
 
+       * trouble.texi (Crashing): Not all addr2line have -p.  (Bug#13445)
+
        * custom.texi (Custom Themes): Fix typo.
 
 2013-01-05  Glenn Morris  <address@hidden>

=== modified file 'doc/emacs/trouble.texi'
--- a/doc/emacs/trouble.texi    2013-01-01 09:11:05 +0000
+++ b/doc/emacs/trouble.texi    2013-01-16 02:11:10 +0000
@@ -320,13 +320,14 @@
 
 @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 address@hidden may wish to add the
address@hidden option, if your version of @command{addr2line} supports it.}
 
 @cindex core dump
   Optionally, Emacs can generate a @dfn{core dump} when it crashes.  A


reply via email to

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