-
Notifications
You must be signed in to change notification settings - Fork 185
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
luv_handle_gc segfault (from neovim) #701
Comments
We need more Info, if you can, please do that.
|
NVIM v0.9.4
1.48.0
I don't have a reliable reproduction sorry, it seems to happen randomly - but it's pretty consistent - a few times per hour |
try Nvim 0.10 (development prerelease). The Releases page has pre-built archives for Linux/Windows/macOS. |
Still happens on NVIM v0.10.0-dev-435dee7
|
Do you have any plugins installed? If so, a list of your plugins would be helpful. Unfortunately, |
Okay fair - I'll try to put together a minimal reproducible example |
Still trying to get a minimal reproducible example I have lots of plugins installed, and I'm using Nix with the hardened profile which means instead of the normal glibc memory allocator, I'm using scudo Just noticed this stacktrace has libtreesitter in it too
|
Describe the bug
When running neovim I regularly (somewhere between once every 30 minutes and 3 times in a minute or two) get a segfault which kills neovim.
Backtrace shows something with libluv
The text was updated successfully, but these errors were encountered: