sakhnik / nvim-ui

gtk4 GUI for neovim
MIT License
48 stars 0 forks source link

Occasional crash when closing a session #46

Closed sakhnik closed 2 years ago

sakhnik commented 2 years ago

No idea how to reproduce it reliably.

[2022-07-22 23:01:20.013] [nvim-ui] [error] Failed to read: end of file
[2022-07-22 23:01:20.013] [nvim-ui] [info] Exit: status=0 signal=0
[2022-07-22 23:01:20.014] [nvim-ui] [info] Session end
nvim-ui: src/unix/core.c:299: uv__finish_close: Не пройдено перевірку «0».
[1]    225947 IOT instruction (core dumped)  ./BUILD/src/nvim-ui
(gdb) 
#4  0x00007f655d881366 in __assert_fail () from /usr/lib/libc.so.6
(gdb) 
#5  0x00007f655dda2267 in uv_run () from /usr/lib/libuv.so.1
(gdb) 
#6  0x000056123ead2528 in operator() (__closure=0x56124252f218) at ../src/UvLoop.cpp:47
47                  if (int err = ::uv_run(&_loop, UV_RUN_DEFAULT))