-
Notifications
You must be signed in to change notification settings - Fork 139
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
Neovim crashes after updating #68
Comments
@ccidral does this still happen on the latest release v0.3.0? |
Yes, I just updated from v0.2.0 to v0.3.0, the problem persists. I'd like to add a few more details that I just noticed. Neovim crashes when I enter insert mode and then press any character (not just If there's any other information I can provide, please let me know, I'm happy to help. |
Same issue, can confirm - entering |
Does reinstalling the plugin solve the issue for you? |
Oh boy, yep that solved it - could've tried that myself, sorry for the spam & thanks for the swift reply! |
It does! Thank you, why didn't I think of that before? |
Np! It sounds like there's an issue with the update logic so I'll keep this open until I can pin it down |
@Saghen i just had this issue as well, uninstalling and reinstalling resolved the issue as suggested above, i hadn't updated in a while and the issue did occur immediately after updating all plugins.
|
If anyone finds a way to reliably reproduce this issue, please lmk! |
@Saghen Perhaps one way to reproduce it would be to install an older version and then upgrade it to a version that we know causes the issue, for example from v0.2.0 to v0.2.1:
I haven't tested this procedure but it kind of mimics the steps I took that led to the problem. I hope this helps. |
I had this issue as well:
My version of Reinstalling did fix it. Before it broke I tried to manually clone this repo in the plugin location ( |
This re-installing solution is not working for me at all, reported #567 |
okay, at least when I checkout the 0.6.2 version I don't get these bulky stack traces anymore that I shared in #567 . But I get error when I accept a suggestion. I could only make 0.5.1 to work... |
anyone know how to solve this problem? |
What's your OS and cpu architecture? And what's the output of |
0600 3.3M libblink_cmp_fuzzy.so I use it on termux, so maybe android? |
Take a look at #145 (comment), perhaps you need to update your Termux? |
@Saghen thanks, it works well now. |
@Saghen I just tried running cargo build --release, but I encountered an error due to the use of Rust's nightly version. However, I am using the stable version of Rust. |
However, it worked after I cleaned or deleted .cache/nvim and .local/share/nvim/{blink, lazy/blink.cmp} and ignored the build error. |
This happened to me after updating to 0.8.1. Nvim would crash on InsertEnter. With LazyVim, cleaning and re-installing the plugin fixed the issue. |
I see this error (nightly neovim build):
Removed Running I ended up compiling
This seemed to work as |
I was using v0.2.0, it was working fine until I updated to v0.2.1. After the update whenever I enter insert mode and then type
.
to get autocompletion, it crashes Neovim. Here's my configuration before the update:It stops crashing when I downgrade to v0.2.0 by setting
version
tov0.2.0
and then perform a Lazy update.Some environment info:
Operating system: MacOS Sequoia 15.0
Not sure if you need more information to help debugging, please let me know.
The text was updated successfully, but these errors were encountered: