masm11 / emacs

Mirror of GNU Emacs
http://www.gnu.org/software/emacs/
GNU General Public License v3.0
198 stars 14 forks source link

Sometimes segmentation fault when using selectrum-mode #100

Closed declantsien closed 3 years ago

declantsien commented 3 years ago

Steps to reproduce.

  Thread 1 "emacs" received signal SIGSEGV, Segmentation fault.
Factive_minibuffer_window () at minibuf.c:222
222   innermost_MB = nth_minibuffer (minibuf_level);
masm11 commented 3 years ago

It does not reproduce...

declantsien commented 3 years ago

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.