-
Notifications
You must be signed in to change notification settings - Fork 376
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
bug: Segmentation fault when use ( neovim + lazyvim) on Windows msys2. #1862
Comments
msys2 version is "msys2-x86_64-20241208" |
why would this be related to lazy.nvim? but neovim should never segfault at all so it's likely an upstream issue |
This is the problem that other people have, we have the same problem, |
Hi, I'm the one who wrote about #1321, which resolved itself. I can no longer reproduce the issue. The previous issue was 100% reproducible using the minimal config, and as explained, it was triggered only when using Neovim mingw package in combination with lazy.nvim. |
Yeah, I'm in the same situation, |
I used |
Did you check docs and existing issues?
Neovim version (nvim -v)
v0.10.2 (LuaJIT 2.1.1734355927)
Operating system/version
Windows11
Describe the bug
In Windows11, install msys2 and in mingw64 install neovim.
Just by using neovim, you can run the program correctly.
If lazyvim is installed, neovim reports a "Segmentation fault" or causes the terminal to stop running.
Steps To Reproduce
Expected Behavior
neovim reports a "Segmentation fault" or causes the terminal to stop running.
Repro
No response
The text was updated successfully, but these errors were encountered: