erlang_ls icon indicating copy to clipboard operation
erlang_ls copied to clipboard

v0.0.39 crashes when using Erlang OTP 26 on Windows 10

Open fuributas opened this issue 1 year ago • 2 comments

Describe the bug The extension crashes when using Erlang OTP 26

To Reproduce

  • Windows 10 Pro 22H2
  • Erlang OTP 26.0.2
  • Clean portable installacion of VSCode-win32-x64-1.79.2
  • Install Erlang LS v0.0.39
  • Open an Erlang source file

Expected behavior The extension works as with Erlang OTP 25.3.2.3

Actual behavior The extension crashes. I've attached two files

  • output.log: The output shown in the "Output - Erlang LS" panel
  • server.log: The log generated by raising the extension debug level to "debug"

Context

  • erlang_ls version (tag/sha): v0.0.39
  • Editor used: VSCode-win32-x64-1.79.2
  • LSP client used:

fuributas avatar Jul 05 '23 07:07 fuributas

Myabe related to https://github.com/erlang/otp/issues/7459 ?

dgud avatar Jul 05 '23 07:07 dgud

Have you tried using the latest OTP 26? If it's the same issue as @dgud mentioned then it should be fixed.

plux avatar Feb 01 '24 09:02 plux