-
Notifications
You must be signed in to change notification settings - Fork 62
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
Frequent application crashes #559
Comments
@pjg
|
I'll try running it with the The JSX file is not large, perhaps 200-300 lines. Just a lot of JSX tags. Plus my wild vim config. |
If I force quit a stalled goneovim, there's no backtrace:
|
Managed to get the stack trace. Attaching. |
@pjg Just to confirm, would the issue reproduce with the following no Neovim settings?
|
When I run your command I get this:
I might be using some daily build though. |
@pjg
|
I've downloaded the official 0.6.10 release and I'm still getting that error when running
My
|
@pjg https://github.com/akiyosi/goneovim/actions/runs/12096946155 I am also trying to reproduce the problem with your setup, but it does not reproduce at all on my machine. Could you please tell me what operations you commonly use in your Neovim on a command basis? |
Now I can run the application with I'm doing anything crazy. Just regular programming. gonevim hangs on mouse movements for me. Once, twice a day. Or once per 2-3 days. |
The above is not intended to be a solution, but to see if the problem reported in this Issue can be reproduced with plain nvim without configuration. My intention is to identify the conditions under which the problem occurs, as my expectation is that perhaps a specific plugin is responsible for the occurrence of this event.
Okay, I'll continue my investigation. |
FWIW the crashes usually occur when I scroll up/down or sideways. I'm using Apple's Magic Mouse (maybe that's a factor? its scrolling is kinda different from regular mouses). |
I'm on MacOS using latest goneovim (0.6.10). I observe the application crashes pretty frequently. The app will just hang, the cursor will start spinning and there's nothing you can do apart from force killing the app. It usually happens when I try to scroll with the mouse a very large JSX file that goneovim is struggling to render smoothly (i.e. when scrolling, the scrolling will be jerky, the cursor movement will be slow, etc.).
The text was updated successfully, but these errors were encountered: