[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: The emacs_backtrace "feature"
From: |
Paul Eggert |
Subject: |
Re: The emacs_backtrace "feature" |
Date: |
Sun, 30 Sep 2012 00:24:18 -0700 |
User-agent: |
Mozilla/5.0 (X11; Linux i686; rv:15.0) Gecko/20120912 Thunderbird/15.0.1 |
On 09/30/2012 12:14 AM, Eli Zaretskii wrote:
> Sorry, I don't follow: the eassert macro includes the file name and
> the line number in the message it prints
Stefan's talking about the macro (or function) F that invokes eassert,
not eassert itself. If F is a macro, eassert outputs the line
number of F's caller. If F is a function, it outputs F's line number.
If F is small, he'd often rather see the former.
Since the complaint is about the addr2line hassle I expect the
problem could be addressed by doing the addr2line work inside Emacs.
In the long run that would be better than forcing the use of macros
rather than functions purely because of crash debug output.
- Re: The emacs_backtrace "feature", (continued)
Re: The emacs_backtrace "feature", Juri Linkov, 2012/09/29
- Re: The emacs_backtrace "feature", Eli Zaretskii, 2012/09/29
- Re: The emacs_backtrace "feature", Paul Eggert, 2012/09/29
- Re: The emacs_backtrace "feature", Eli Zaretskii, 2012/09/29
- Re: The emacs_backtrace "feature", Paul Eggert, 2012/09/29
- messages-buffer-max-lines (was: The emacs_backtrace "feature"), Juri Linkov, 2012/09/30
Re: The emacs_backtrace "feature", Stefan Monnier, 2012/09/29
Re: The emacs_backtrace "feature", Eli Zaretskii, 2012/09/30
Re: The emacs_backtrace "feature",
Paul Eggert <=
Re: The emacs_backtrace "feature", Chong Yidong, 2012/09/30
Re: The emacs_backtrace "feature", Richard Stallman, 2012/09/21