Open pjg opened 1 week ago
@pjg I apologize for the inconvenience caused. To investigate this issue further, I kindly ask for your cooperation with the following:
Could you run Goneovim from the terminal using the --nofork
option? If a crash occurs, please provide the backtrace (error message) that is output in the terminal.
e.g.
/Applications/goneovim.app/Contents/MacOS/goneovim --nofork
Regarding the large JSX file, could you let me know the approximate size of the file (e.g., number of lines or file size)?
I'll try running it with the --nofork
option. It's not exactly a crash. The app just hangs and I have to force kill it.
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:
☺ goneovim --nofork
zsh: terminated goneovim --nofork
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.).