clojure-lsp / clojure-lsp

Clojure & ClojureScript Language Server (LSP) implementation

Home Page:https://clojure-lsp.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

clojure-lsp fails to run on Ahasi Linux

lasselinkola-yle opened this issue · comments

Describe the bug
When I try to run the lsp on ahasi linux I get an error
Fatal error: Failed to create the main Isolate. (code 24)

To Reproduce
run the binary frome the CLI

User details (please complete the following information):

  • OS: Ahasi Linux, M2 Macbook Pro
  • Version: latest

Possible similar issues in other projects:
coursier/coursier#2636
VirtusLab/scala-cli#1714

Maybe setting page size to 64k would help?

Thanks for the report, I think we can try the same approach on these other projects

We just need to add a conditional when it's aarch here

Sounds good! Any estimate when this would be released? I Would like to start using clojure-lsp as soon as possible

@lasselinkola-yle good news, I think I have it fixed, I'm building a native binary which you can test it here, I let you know

@lasselinkola-yle the binary was sucessfully built, you can download it from here, or if you don't have access I can try to send to you somehow, it has 36MB

Next release should include the fix, LMK if not fixed

Seems to be working! Thank you!