You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 16, 2021. It is now read-only.
Hi, I am trying to install Java LSP. I am using the base config from LunarVim to bootstrap my installation. I try to do
:LspInstall java but this immediately crashes vim with a segfault (or stack smashing). I tried to analyze the output but all I got was
(No debugging symbols found in /usr/bin/nvim)
[New LWP 61568]
[New LWP 61569]
[New LWP 61571]
[New LWP 61572]
[New LWP 61574]
[New LWP 61573]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/usr/lib/libthread_db.so.1".
Core was generated by `nvim -u /home/abbe/.local/share/lunarvim/lvim/init.lua'.
Program terminated with signal SIGABRT, Aborted.
#0 0x00007f80a894ed22 in raise () from /usr/lib/libc.so.6
[Current thread is 1 (Thread 0x7f80a88ecd00 (LWP 61568))]
All other lsp installs work fine.
The text was updated successfully, but these errors were encountered:
Hi, I am trying to install Java LSP. I am using the base config from LunarVim to bootstrap my installation. I try to do
:LspInstall java but this immediately crashes vim with a segfault (or stack smashing). I tried to analyze the output but all I got was
All other lsp installs work fine.
The text was updated successfully, but these errors were encountered: