diff options
| author | Paul Eggert | 2013-01-19 14:12:27 -0800 |
|---|---|---|
| committer | Paul Eggert | 2013-01-19 14:12:27 -0800 |
| commit | 7f1022725654456937519ba34bbdcc07589a29e8 (patch) | |
| tree | b4a6dd2fb68ff89c476ef09df1ec73631ff2fc52 | |
| parent | e4b2330590d3ccfa2409e88f4a09c811066d0924 (diff) | |
| download | emacs-7f1022725654456937519ba34bbdcc07589a29e8.tar.gz emacs-7f1022725654456937519ba34bbdcc07589a29e8.zip | |
* 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.
Fixes: debbugs:13445
| -rw-r--r-- | doc/emacs/ChangeLog | 7 | ||||
| -rw-r--r-- | doc/emacs/trouble.texi | 3 |
2 files changed, 9 insertions, 1 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 6e4c9fbc65b..a3725185ac2 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2013-01-19 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * trouble.texi (Crashing): Suggest -p for recent addrline. (Bug#13445) | ||
| 4 | Without it, I don't see function names. Older addrlines will die | ||
| 5 | out sooner or later, so tailor the suggestion to recent addrline | ||
| 6 | and put in a comment about older ones. | ||
| 7 | |||
| 1 | 2013-01-19 Glenn Morris <rgm@gnu.org> | 8 | 2013-01-19 Glenn Morris <rgm@gnu.org> |
| 2 | 9 | ||
| 3 | * custom.texi (Directory Variables): Fix paren typo. | 10 | * custom.texi (Directory Variables): Fix paren typo. |
diff --git a/doc/emacs/trouble.texi b/doc/emacs/trouble.texi index 21ac6af28da..e691c5a0703 100644 --- a/doc/emacs/trouble.texi +++ b/doc/emacs/trouble.texi | |||
| @@ -325,7 +325,8 @@ backtrace with source-code line numbers: | |||
| 325 | 325 | ||
| 326 | @example | 326 | @example |
| 327 | sed -n 's/.*\[\(.*\)]$/\1/p' @var{backtrace} | | 327 | sed -n 's/.*\[\(.*\)]$/\1/p' @var{backtrace} | |
| 328 | addr2line -C -f -i -e @var{bindir}/@var{emacs-binary} | 328 | addr2line -C -f -i -p -e @var{bindir}/@var{emacs-binary} |
| 329 | # Omit '-p' for addrline 2.20 and earlier. | ||
| 329 | @end example | 330 | @end example |
| 330 | 331 | ||
| 331 | @noindent | 332 | @noindent |