Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
ee271528
Commit
ee271528
authored
Jan 19, 2013
by
Paul Eggert
Browse files
Improve addr2line suggestion.
Fixes: debbugs:13445
parent
d7a0a7c9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
doc/emacs/ChangeLog
doc/emacs/ChangeLog
+5
-4
doc/emacs/trouble.texi
doc/emacs/trouble.texi
+3
-4
No files found.
doc/emacs/ChangeLog
View file @
ee271528
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.
* trouble.texi (Crashing): Suggest -p for newer addr2line. (Bug#13445)
Without it, I don't see function names. Older addr2line
implementations will die out sooner or later, so tailor the
first suggestion to recent addr2line, with a followup about
older ones.
2013-01-19 Glenn Morris <rgm@gnu.org>
...
...
doc/emacs/trouble.texi
View file @
ee271528
...
...
@@ -326,7 +326,6 @@ backtrace with source-code line numbers:
@example
sed -n 's/.*\[\(.*\)]$/\1/p' @var{backtrace} |
addr2line -C -f -i -p -e @var{bindir}/@var{emacs-binary}
# Omit '-p' for binutils 2.20 and earlier.
@end example
@noindent
...
...
@@ -334,9 +333,9 @@ Here, @var{backtrace} is the name of a text file containing a copy of
the backtrace, @var{bindir} is the name of the directory that
contains the Emacs executable, and @var{emacs-binary} is the name of
the Emacs executable file, normally @file{emacs} on GNU and Unix
systems and @file{emacs.exe} on MS-Windows and MS-DOS.
@footnote{You
may wish to add the
@option{-p} option
,
if your version of
@command{addr2line} supports
it.
}
systems and @file{emacs.exe} on MS-Windows and MS-DOS.
Omit the
@option{-p} option if your version of
@command{addr2line} is too old
to have
it.
@cindex core dump
Optionally, Emacs can generate a @dfn{core dump} when it crashes, on
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment