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>
@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