GNU bug report logs -
#15789
24.3.50; backtrace produces unreadable output
Previous Next
Reported by: Jarek Czekalski <jarekczek <at> poczta.onet.pl>
Date: Sat, 2 Nov 2013 07:54:02 UTC
Severity: wishlist
Tags: fixed, notabug
Merged with 6991
Found in version 24.3.50
Fixed in version 26.1
Done: npostavs <at> users.sourceforge.net
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 15789 in the body.
You can then email your comments to 15789 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#15789
; Package
emacs
.
(Sat, 02 Nov 2013 07:54:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Jarek Czekalski <jarekczek <at> poczta.onet.pl>
:
New bug report received and forwarded. Copy sent to
bug-gnu-emacs <at> gnu.org
.
(Sat, 02 Nov 2013 07:54:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
This is the code I use to produce an example backtrace:
(defadvice tmm-add-prompt (before emacspeak pre act comp)
"Speaks the list of completions we have available."
(backtrace))
Then launch M-x tmm-menubar to have it output the backtrace.
When I test it on Emacs 23.4, I have a nice backtrace output, with one
readable line per stack item. On r114884 this looks really ugly,
unreadable. Some bytecode lines are mixed with words.
The stack trace looks as though the compiled-function lisp type is
printed, so I suspect that specbinding.bt.function changed its type,
which also affects Vsignaling_function argument to
command-error-function. I propose documenting the Lisp type of this
structure member.
In GNU Emacs 24.3.50.4 (i686-pc-linux-gnu, GTK+ Version 3.8.4)
of 2013-11-01 on jcdeb
Bzr revision: 114884 rgm <at> gnu.org-20131031213910-3509l9e973ne3zy1
Windowing system distributor `The X.Org Foundation', version 11.0.11204000
System Description: Debian GNU/Linux testing (jessie)
Important settings:
value of $LC_ALL: en_US
value of $LANG: pl_PL
locale-coding-system: iso-latin-1-unix
default enable-multibyte-characters: t
Major mode: Messages
Minor modes in effect:
tooltip-mode: t
mouse-wheel-mode: t
tool-bar-mode: t
menu-bar-mode: t
file-name-shadow-mode: t
global-font-lock-mode: t
font-lock-mode: t
blink-cursor-mode: t
auto-composition-mode: t
auto-encryption-mode: t
auto-compression-mode: t
buffer-read-only: t
line-number-mode: t
transient-mark-mode: t
Recent input:
C-x C-f / j a r e k / l a n g / g n u / e m a c s p
e / t <backspace> <backspace> <tab> t m m <tab> <return>
M-x e v a l - b <tab> <return> M-` <escape> <escape>
<escape> C-x C-b <down> <f6> C-x o <down> <down> <return>
<prior> <next> <prior> <prior> <prior> <f11> <f11>
<up> <up> <up> M-x t o g g l e - t r u <tab> <return>
<home> <next> <prior> <prior> <prior> M-x r e p o r
t <tab> <return>
Recent messages:
[very long, removed intentionally by the reporter]
Load-path shadows:
None found.
Features:
(shadow sort gnus-util mail-extr emacsbug message format-spec rfc822 mml
mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev
gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums mm-util
mail-prsvr mail-utils help-mode easymenu tmm electric advice help-fns
time-date tooltip ediff-hook vc-hooks lisp-float-type mwheel x-win x-dnd
tool-bar dnd fontset image regexp-opt fringe tabulated-list newcomment
lisp-mode prog-mode register page menu-bar rfn-eshadow timer select
scroll-bar mouse jit-lock font-lock syntax facemenu font-core frame cham
georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao
korean japanese hebrew greek romanian slovak czech european ethiopic
indian cyrillic chinese case-table epa-hook jka-cmpr-hook help simple
abbrev minibuffer nadvice loaddefs button faces cus-face macroexp files
text-properties overlay sha1 md5 base64 format env code-pages mule
custom widget hashtable-print-readable backquote make-network-process
dbusbind gfilenotify dynamic-setting system-font-setting
font-render-setting move-toolbar gtk x-toolkit x multi-tty emacs)
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#15789
; Package
emacs
.
(Sun, 03 Nov 2013 00:49:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 15789 <at> debbugs.gnu.org (full text, mbox):
> The stack trace looks as though the compiled-function lisp type is
Indeed, some of the functions called are called directly rather by going
through a symbol whose symbol-function value is the function that we
call, so the backtrace shows the function itself rather than the symbol
which holds the function.
> printed, so I suspect that specbinding.bt.function changed its type,
No. It's simply that the backtrace is different. You could get the
exact same in 24.3.
Stefan
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#15789
; Package
emacs
.
(Fri, 04 Mar 2016 15:35:19 GMT)
Full text and
rfc822 format available.
Message #11 received at 15789 <at> debbugs.gnu.org (full text, mbox):
Jarek Czekalski <jarekczek <at> poczta.onet.pl> writes:
> This is the code I use to produce an example backtrace:
>
> (defadvice tmm-add-prompt (before emacspeak pre act comp)
> "Speaks the list of completions we have available."
> (backtrace))
>
> Then launch M-x tmm-menubar to have it output the backtrace.
I can't reproduce this on the trunk -- I don't even get a backtrace.
Has defadvice stopped working?
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog: http://lars.ingebrigtsen.no
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#15789
; Package
emacs
.
(Wed, 22 Feb 2017 04:44:02 GMT)
Full text and
rfc822 format available.
Message #14 received at 15789 <at> debbugs.gnu.org (full text, mbox):
forcemerge 6991 15789
quit
Lars Ingebrigtsen <larsi <at> gnus.org> writes:
> Jarek Czekalski <jarekczek <at> poczta.onet.pl> writes:
>
>> This is the code I use to produce an example backtrace:
>>
>> (defadvice tmm-add-prompt (before emacspeak pre act comp)
>> "Speaks the list of completions we have available."
>> (backtrace))
>>
>> Then launch M-x tmm-menubar to have it output the backtrace.
>
> I can't reproduce this on the trunk -- I don't even get a backtrace.
> Has defadvice stopped working?
You maybe didn't realize that the backtrace is silently printed to
*Messages*.
Forcibly Merged 6991 15789.
Request was from
npostavs <at> users.sourceforge.net
to
control <at> debbugs.gnu.org
.
(Wed, 22 Feb 2017 04:44:02 GMT)
Full text and
rfc822 format available.
Added tag(s) fixed.
Request was from
npostavs <at> users.sourceforge.net
to
control <at> debbugs.gnu.org
.
(Thu, 29 Jun 2017 23:51:03 GMT)
Full text and
rfc822 format available.
bug marked as fixed in version 26.1, send any further explanations to
6991 <at> debbugs.gnu.org and jidanni <at> jidanni.org
Request was from
npostavs <at> users.sourceforge.net
to
control <at> debbugs.gnu.org
.
(Thu, 29 Jun 2017 23:51:03 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Fri, 28 Jul 2017 11:24:06 GMT)
Full text and
rfc822 format available.
bug unarchived.
Request was from
Rocky Bernstein <rocky.bernstein <at> gmail.com>
to
control <at> debbugs.gnu.org
.
(Mon, 11 Sep 2017 02:03:02 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Wed, 11 Oct 2017 11:24:06 GMT)
Full text and
rfc822 format available.
This bug report was last modified 7 years and 304 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.