koekeishiya / skhd

Simple hotkey daemon for macOS
MIT License
6.29k stars 209 forks source link

Segmentation fault: 11 #29

Closed malfario closed 6 years ago

malfario commented 6 years ago

Hi, i'm getting a SEGFAULT when running skhd 0.0.10 in a terminal on El Capitan 10.11.6. The config file is the one from the examples dir, unmodified.

~> brew install skhd
Updating Homebrew...
==> Installing skhd from koekeishiya/formulae
==> Downloading https://github.com/koekeishiya/skhd/archive/v0.0.10.zip
Already downloaded: /Users/rleblic/Library/Caches/Homebrew/skhd-0.0.10.zip
==> make install
==> Caveats
Copy the example configuration into your home directory:
  cp /usr/local/opt/skhd/share/skhd/examples/skhdrc ~/.skhdrc

If the formula has been built with --with-logging, logs will be found in
  /usr/local/var/log/skhd/skhd.[out|err].log

To have launchd start koekeishiya/formulae/skhd now and restart at login:
  brew services start koekeishiya/formulae/skhd
Or, if you don't want/need a background service you can just run:
  skhd
==> Summary
🍺  /usr/local/Cellar/skhd/0.0.10: 7 files, 51KB, built in 2 seconds

~> skhd
skhd: using config '/Users/rleblic/.skhdrc'
(#34) hotkey :: {
    mod: 'cmd'
    key: 'return' (0x24)
    cmd: 'open -na /Applications/Kitty.app'
}
(#37) hotkey :: {
    mod: 'alt'
fish: 'skhd' terminated by signal SIGSEGV (Address boundary error)
koekeishiya commented 6 years ago

See #28 Seems like the same issue.

malfario commented 6 years ago

Oh, you are right; I'm closing this in favour of #28, sorry for the noise!