TheBB / spaceline

Powerline theme from Spacemacs
GNU General Public License v3.0
536 stars 59 forks source link

Emacs for OSX 26.2 GUI hang / crash with spaceline #211

Open Cerebus opened 5 years ago

Cerebus commented 5 years ago

macOS:

System Version: macOS 10.14.5 (18F132)
Kernel Version: Darwin 18.6.0

Emacs (from brew cask):

Gnu Emacs 26.2 (build 1, x86_64-apple-darwin18.2.0, NS appkit-1671.20 Version 10.14.3 (Build 18D109)) of 2019-04-12

spaceline:

20181223.2024

Config:

(use-package spaceline
  :ensure t
  :config
  (require 'spaceline-config)
  (setq powerline-default-separator 'utf-8)
  (spaceline-spacemacs-theme)
  )

(scroll-up-command) and (scroll-down-command) cause a reproducible crash or hang on first invocation or after a small number of invocations. No debugging output and not interruptible. emacs -nw has no problems.

Removing spaceline from .emacs resolves the problem.