kabouzeid / nvim-lspinstall

Provides the missing :LspInstall for nvim-lspconfig
MIT License
526 stars 67 forks source link

Stack smashing detected #146

Open Vliro opened 2 years ago

Vliro commented 2 years ago

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.

tleonardi commented 2 years ago

Looks like a duplicate of #128