nvimdev / lspsaga.nvim

improve neovim lsp experience
MIT License
3.42k stars 286 forks source link

When quiting a preview window neovim exists with error #1337

Open alextrastero opened 10 months ago

alextrastero commented 10 months ago

Describe the bug

image

on a symbol, peek_definition, then quit with q. Neovim exists with error free(): invalid next size fast

Steps to reproduce

on a symbol, show preview, then quit

Expected behavior

Sorry, you might have enough info? if not please let me know

Neovim version (nvim -v)

NVIM v0.10.0-dev-664+g0ce39108

lspsaga commit

latest

Terminal name/version

kitty

glepnir commented 10 months ago

I know this bug seems like caused by recently nightly grid refactor . need coredump info to see which function crashed.

luiz00martins commented 10 months ago

Same error here on Windows Terminal, and Neovide. Where can I find the coredump?

glepnir commented 10 months ago

Idk windows mac you can get it from console. linux from coredump.

luiz00martins commented 9 months ago

Seems to be fixed for me in the latest neovim-nightly release.