spacemacs

murtaza52 2022-05-02T20:25:48.772379Z

LSP :: Connected to [clojure-lsp:28775/starting].
LSP :: clojure-lsp has exited (bus error (core dumped))
Server clojure-lsp:28775/starting exited with status signal(check corresponding stderr buffer for details). Do you want to restart it? (y or n) n
how do I resolve the above message ?

practicalli-johnny 2022-05-02T20:35:39.932409Z

Seems like clojure-lsp is crashing. My first guess would be an old install of clojure-lsp on the operating system execution PATH On a Unix system which clojure-lsp in a terminal should help you find it I typically let Emacs download the LSP server, there is also an update command.

☝️ 1
ericdallo 2022-05-02T21:35:25.323509Z

In case you want to install via any other way: https://clojure-lsp.io/installation/

murtaza52 2022-05-02T20:29:47.000649Z

Its a new installation of emacs and spacemacs (using he excellent practicalli config from @jr0cket)