Random Segfault on startup

I get frequent segfaults when starting up nvim. Any help appreciated

NVIM v0.8.3
Build type: Release
LuaJIT 2.1.0-beta3
Compiled by runner@fv-az183-550
Features: +acl +iconv +tui

Here the dump info:

Reading symbols from /usr/bin/nvim…
[New LWP 4387]
[New LWP 4389]
[Thread debugging using libthread_db enabled]
Using host libthread_db library “/lib/x86_64-linux-gnu/libthread_db.so.1”.
Core was generated by `nvim’.
Program terminated with signal SIGSEGV, Segmentation fault.
#0 0x000055f5351908cd in lj_BC_TGETS ()
[Current thread is 1 (Thread 0x7f28d6daf740 (LWP 4387))]
(gdb) thread apply all bt full

Thread 2 (Thread 0x7f28d65ff700 (LWP 4389)):
#0 0x00007f28d6ed846e in epoll_wait (epfd=15, events=0x7f28d65fb670, maxevents=1024, timeout=-1) at …/sysdeps/unix/sysv/linux/epoll_wait.c:30
resultvar = 18446744073709551612
sc_cancel_oldtype = 0
sc_ret =
#1 0x000055f53513619d in uv.io_poll ()
No symbol table info available.
#2 0x000055f535123256 in uv_run ()
No symbol table info available.
#3 0x000055f5350abbf1 in tui_main ()
No symbol table info available.
#4 0x00007f28d711d609 in start_thread (arg=) at pthread_create.c:477
ret =
pd =
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139813372032768, -4193060235926039621, 140722718500638, 140722718500639, 140722718500784, 139813372030912, 4296132029890696123, 4296134761672479675}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = 0
#5 0x00007f28d6ed8133 in clone () at …/sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.

Thread 1 (Thread 0x7f28d6daf740 (LWP 4387)):
#0 0x000055f5351908cd in lj_BC_TGETS ()
No symbol table info available.
#1 0x000055f53517d9f6 in lua_pcall (L=0x7f28d7144380, nargs=, nresults=0, errfunc=) at lj_api.c:1116
g = 0x7f28d71443e0
oldh = 0 ‘\000’
ef =
status =
func = “lua_pcall”
#2 0x000055f534f58da8 in nlua_pcall ()
No symbol table info available.
#3 0x000055f534f5e894 in nlua_exec_file ()
No symbol table info available.
#4 0x000055f53503864b in do_source ()
No symbol table info available.
#5 0x000055f534dfd931 in main ()
No symbol table info available.
(gdb)