all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Xinyang Chen <chenxy@mit.edu>
To: 62867@debbugs.gnu.org
Subject: bug#62867: segfault in describe_vector
Date: Sat, 15 Apr 2023 08:07:07 -0400	[thread overview]
Message-ID: <CAKGiUYwWCt-jMjz=cBvT91T-kwVsQ_09s4j8R0HDxsTwXn4SYQ@mail.gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 373 bytes --]

to reproduce:

(package-initialize)
(require 'evil)
(setq testmap (make-sparse-keymap))
(define-key testmap (kbd "SPC") #'test)
(evil-define-key 'motion global-map (kbd "SPC") testmap)
(evil-mode)
(describe-keymap global-map)

This appears to be caused by keymap.c line 3313
SYMBOL_NAME (shadowed_by)
where shadowed_by don't have to be a symbol (In this case its a keymap)

[-- Attachment #2: Type: text/html, Size: 551 bytes --]

             reply	other threads:[~2023-04-15 12:07 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-15 12:07 Xinyang Chen [this message]
2023-04-15 19:33 ` bug#62867: segfault in describe_vector Eli Zaretskii
2023-04-15 22:16   ` Stefan Monnier via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-04-16  5:53     ` Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAKGiUYwWCt-jMjz=cBvT91T-kwVsQ_09s4j8R0HDxsTwXn4SYQ@mail.gmail.com' \
    --to=chenxy@mit.edu \
    --cc=62867@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.