jeanguyomarch / eovim

The Enlightened Neovim
https://github.com/jeanguyomarch/eovim/wiki
MIT License
193 stars 3 forks source link

eovim dies when closing non terminal buffer #17

Closed francoisGuerret closed 5 years ago

francoisGuerret commented 6 years ago
  1. open eovim (not from a terminal)
  2. activate terminal mode (:terminal)
  3. escape terminal mode and open a file in a new buffer (eg :vs toto.cpp)
  4. close the opened buffer (:q)

Eovim crashes opening a popup "The Neovim process *** died. Eovim cannot continue its execution"

Merry Christmas

jeanguyomarch commented 6 years ago

Merry Christmas indeed, it does not seem to be my fault ;) As the error suggests, the bug lies within the depth of neovim itself. I could make neovim crash with the commands you wrote:

fish: “nvim” terminated by signal SIGSEGV (Address boundary error)

I think you should open an issue to the neovim project.

jeanguyomarch commented 6 years ago

I'm re-opening this until this is fixed upstream.