Describe the bug
The latest version of now, 2021.02.13-18.04.19, crashes without an error message if I try and start it from the commandline:
zsh: killed clojure-lsp.
This error was not happening before, e.g. version 2021.02.12-03.13.12 runs just fine.
To Reproduce
Steps to reproduce the behavior:
chmod u+x clojure-lsp./clojure-lspExpected behavior
clojure-lsp starting
There are no logs in /tmp/lsp.out or in the operating system logs
User details (please complete the following information):
Additional context
The issue was already briefly discussed on clojurians-slack in #lsp. It seems like the version works as expected on Mac OS Mojave
Thank you for the report!
I'm setupping a macos big sur to test the binary, but probably will rollback the UPX change for macos until https://github.com/upx/upx/issues/450 is fixed :/
The issue seems to happens indeed only with Big Sur: https://github.com/upx/upx/issues/434
Also I confirmed testing it on a MacOS Big Sur, I'll rollback the UPX compress only for MacOS until the issue is fixed
Fixed for now on latest release :)
Confirmed that it works fine for me, thank you very much for the fix!
Most helpful comment
Confirmed that it works fine for me, thank you very much for the fix!