masm11/emacs

Sometimes segmentation fault when using selectrum-mode

declantsien opened this issue · 2 comments

Steps to reproduce.

  • Enable selectrum-mode(or ivy-mode)
  • async-shell-command (M-&)
  • Hit Tab
  Thread 1 "emacs" received signal SIGSEGV, Segmentation fault.
Factive_minibuffer_window () at minibuf.c:222
222	  innermost_MB = nth_minibuffer (minibuf_level);

It does not reproduce...

Yeah, true. Just started a instance with emacs -Q then loaded selectrum.el
file and enabled selectrum-mode. Worked as expected.

Will reopen this issue when I found a simple way to reproduce this.