nvim-telescope / telescope-fzf-native.nvim

FZF sorter for telescope written in c
1.36k stars 45 forks source link

Strange and random segmentation faults #67

Closed epixinvites closed 2 years ago

epixinvites commented 2 years ago

Here's the backlog -> https://termbin.com/ml6x

Conni2461 commented 2 years ago

when did these segfaults happen? Are you using telescope at the time?

I only see fzf-native listed as Module not nowhere in the stacktrace, Any chance you can build neovim in debug or in RelWithDebInfo?

epixinvites commented 2 years ago

These segfaults happen at random times, but it only happens when I continuously press , , or . Out of 50 times I do that around once it will crash

Conni2461 commented 2 years ago

cant reproduce.

I dont think this is a fzf-native issue? I need a stacktrace with symbols, if you can produce one. Also a neovim version, etc

epixinvites commented 2 years ago

Crashes disappeared after unplugging telescope-fzf-native.nvim, seems like it had compatibility issues with some other plugin I had.

Conni2461 commented 2 years ago

also make sure you have a up to date build. You can just run make clean && make in the project dir.

I cant provide more help until i have a coredump with symbols because i dont have enough information right now

epixinvites commented 2 years ago

alright, i'll try to catch the segfault again

Conni2461 commented 2 years ago

any luck catching it again?

epixinvites commented 2 years ago

Can't reproduce it again, I updated all my plugins, luajit and neovim and it just went away.

Conni2461 commented 2 years ago

:laughing: I'll close this issue for now. If you see it again with more information, feel free to reopen :)