bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#13445: add2rline usage in manual


From: Glenn Morris
Subject: bug#13445: add2rline usage in manual
Date: Mon, 14 Jan 2013 19:09:09 -0500
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

Package: emacs
Version: 24.2.92
Severity: minor

trouble.texi says:

  If your system has the @command{addr2line} utility, the following shell
  command outputs a backtrace with source-code line numbers:

  @example
  sed -n 's/.*\[\(.*\)]$/\1/p' @var{backtrace} |
    addr2line -Cfip -e @var{bindir}/emacs
  @end example


Trying this on RHEL6 fails with:

   addr2line: invalid option -- 'p'

By experiment, -Cfi works.

I can't see anywhere in the addr2line manual or info page on this system
that explains what demangling styles are valid.


GNU addr2line version 2.20.51.0.2-5.34.el6 20100205





reply via email to

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