GNU bug report logs -
#64450
30.0.50; char-table-subtype aborts emacs
Previous Next
Reported by: Arthur Miller <arthur.miller <at> live.com>
Date: Mon, 3 Jul 2023 22:49:02 UTC
Severity: normal
Found in version 30.0.50
Done: Eli Zaretskii <eliz <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #10 received at 64450-done <at> debbugs.gnu.org (full text, mbox):
> From: Arthur Miller <arthur.miller <at> live.com>
> Date: Tue, 04 Jul 2023 00:47:56 +0200
>
>
>
> > (insert (pp Info-mode-map))
> >
> > (keymap
> > #^[nil nil keymap
> > #^^[3 0 nil nil nil nil nil nil nil nil nil Info-next-reference nil nil nil Info-follow-nearest-node nil nil nil nil nil nil nil nil nil nil nil nil nil
> >
> > I have removed rest of printed code for the brewity for the mail, but if you
> > eval above and place the cursor somewhere after the "keymap", or before the char
> > table, and then try to read the subtype with:
> >
> > (char-table-subtype (read (current-buffer)))
> >
> > Then Emacs dumps core in version 26 up to current master. Emacs 25 actually ends
> > up in debugger instead of crashing:
>
> (It is not a crash, it's abort.)
>
> Please report a bug with all these details.
>
> AFAICT, this happens because the debugger now uses cl-print to display
> objects in the backtrace, and cl-print calls type-of, which aborts if
> presented with a sub-char-table:
>
> /* "Impossible" cases. */
> case PVEC_MISC_PTR:
> case PVEC_OTHER:
> case PVEC_SUB_CHAR_TABLE:
> case PVEC_FREE: ;
> }
> emacs_abort ();
Fixed on the master branch by a patch proposed by Stefan Monnier on
emacs-devel. See
https://lists.gnu.org/archive/html/emacs-devel/2023-07/msg00121.html.
This bug report was last modified 1 year and 318 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.