daa84 / neovim-gtk

gtk ui for neovim
GNU General Public License v3.0
716 stars 57 forks source link

ncurses dots_termcap example crashes gui #179

Open erlanger opened 5 years ago

erlanger commented 5 years ago

Describe the bug Running the dots_termcap ncurses example (also dots) and a few others crashes the gui.

Technical information (please complete the following information):

Download and compile the official ncurses examples from: https://invisible-island.net/ncurses/ncurses-examples.html

daa84 commented 5 years ago

Problem in newgrid branch only. Crash fixed, but still some problems, it takes memory and stop respond, still need more investigation here.

daa84 commented 5 years ago

Looks like after some time there is a lot of data come from nvim, also nvim itself come to eat more and more memory.

erlanger commented 5 years ago

Might be a good idea to report to nvim