megalithic / dotfiles

🗿 dotfilery, configuration, environment settings, automation, etc. 🛖
https://megalithic.io
171 stars 8 forks source link

neovim nightly crashes: unpacker_parse_redraw #55

Closed megalithic closed 5 months ago

megalithic commented 1 year ago

Assertion failed: (g->icell < g->ncells), function unpacker_parse_redraw, file unpacker.c, line 466.

Seems to happen when a scrolling with j/k :(

megalithic commented 1 year ago
     25│            ▕       │     [:  @@@▕       │    : 0}]   ▕       │    Assertion failed: (g->icell < g->ncells), function unpacker_parse_redraw, file unpacker.c, line 464.                                                                                                                                                             ▕                    ▕     25│     :des@@@
<     1,12        0% <    22,40       10% <      2,5        0%    2,5        0% <     24,1       11%  ~/code/bellhop/apps/bellhop/test/bellhop/merchants/return_source_merger_t[1]    72911 abort      NVIM_APPNAME=nvim nvim --listen /tmp/nvim.pipe -O                                                      en [elixir]     1,40        2% <     10,3       66% <     39,1       34%
megalithic commented 1 year ago

https://github.com/neovim/neovim/blob/master/src/nvim/msgpack_rpc/unpacker.c

Assertion failed: (g->icell < g->ncells), function unpacker_parse_redraw, file unpacker.c, line 464.

megalithic commented 1 year ago

Presently getting patched here https://github.com/neovim/neovim/issues/25184

megalithic commented 5 months ago

fixed.