Open nico opened 10 months ago
Sample:
Hmm that's not good, let me take a look. Just for context can you tell me the plugins you have installed? And have you run with --clean
(r179 has a new menu item to do this)? Or is this too intermittent for that?
I haven't seen it yet after restarting.
% ls ~/.vim/plugin
NERD_commenter.vim surround.vim
% ls ~/.vim/pack/plugins/start
dash.vim fugitive gn llvm
If you see it again, can you post it here? I'll keep this issue for a while for now.
Sometimes there are issues with stale Vim processes that crashed leading to a railed CPU (see #1423). This doesn't seem like it but I can't think of anything else.
Also, are you sure it was MacVim process going ham on the CPU, or was it the hosted Vim processes?
Just happened again (i.e. it happens only rarely).
Yes, it's the MacVim process:
Steps to reproduce
Expected behaviour
Fairly low CPU usage.
Version of Vim and architecture
MacVim r179 (Vim 9.1.0), arm64
Environment
Operating system: macOS 13.5.2 (22G91) Arch: arm64
How MacVim was installed
downloaded from github, auto-updated via sparkle
Logs and stack traces
Vim configuration where issue is reproducable
No response
Issue has been tested with given configuration
Issue has been tested with no configuration
mvim --clean
(orgvim
, supplied by MacVim distribution)vim --clean
(in terminal, supplied by MacVim distribution)vim --clean
(in terminal, other suppliers, e.g. /usr/bin/vim)Other conditions