rougier / nano-emacs

GNU Emacs / N Λ N O - Emacs made simple
GNU General Public License v3.0
2.52k stars 195 forks source link

Segmentation Fault when using nano-layout #52

Closed jacksonludwig closed 3 years ago

jacksonludwig commented 3 years ago

Weirdly, when requiring nano-layout in my own config, I get a segmentation fault and emacs crashes on startup. Using the example config with -q works, though. Also, all other modules don't seem to cause any issues. Any idea what this could be about?

jacksonludwig commented 3 years ago

My fault I think, I forgot to reload my font cache after installing fira code.

rougier commented 3 years ago

You mean you got a segfault because of a font cache problem? That sounds pretty extreme from emacs.

jacksonludwig commented 3 years ago

@rougier I thought so too... maybe it wasn't that exactly, but it was consistently segfaulting before that only when using the layout module. The only thing I remember doing that changed it was rebuilding the font cache.

Never before that have I ever seen a segfault in emacs.