I’m seeing the plugin_host process from ST3 takes up 100% of my CPU, even with a fresh installation of ST3. There are no plugins and no added user preferences (I removed ~/Library/Application Support/Sublime Text 3 before running).
I tried to run dtruss on my plugin_host process to take a look at what it’s running. I pasted a snippet of what I got from my output.
Not sure if this helps debugging, looks like it’s just waiting for messages? Not sure if this is expected.
sem_post(0xFFFFFFFFFFFFFFFF, 0x10000000203, 0x100) = -1 Err#9
libsystem_kernel.dylib`sem_post+0xa
plugin_host`shm_channel::read_message(string_buffer*, int)+0x30
plugin_host`main+0x19b
plugin_host`start+0x34
plugin_host`0x2
sem_wait(0xFFFFFFFFFFFFFFFF, 0x10000000203, 0x100) = -1 Err#9
libsystem_kernel.dylib`sem_wait+0xa
plugin_host`shm_channel::read_message(string_buffer*, int)+0x30
plugin_host`main+0x19b
plugin_host`start+0x34
plugin_host`0x2
sem_post(0xFFFFFFFFFFFFFFFF, 0x10000000203, 0x100) = -1 Err#9
libsystem_kernel.dylib`sem_post+0xa
plugin_host`shm_channel::read_message(string_buffer*, int)+0x30
plugin_host`main+0x19b
plugin_host`start+0x34
plugin_host`0x2
sem_wait(0xFFFFFFFFFFFFFFFF, 0x10000000203, 0x100) = -1 Err#9
libsystem_kernel.dylib`sem_wait+0xa
plugin_host`shm_channel::read_message(string_buffer*, int)+0x30
plugin_host`main+0x19b
plugin_host`start+0x34
plugin_host`0x2
sem_post(0xFFFFFFFFFFFFFFFF, 0x10000000203, 0x100) = -1 Err#9
libsystem_kernel.dylib`sem_post+0xa
plugin_host`shm_channel::read_message(string_buffer*, int)+0x30
plugin_host`main+0x19b
plugin_host`start+0x34
plugin_host`0x2
sem_wait(0xFFFFFFFFFFFFFFFF, 0x10000000203, 0x0) = -1 Err#9
libsystem_kernel.dylib`sem_wait+0xa
plugin_host`shm_channel::read_message(string_buffer*, int)+0x30
plugin_host`main+0x19b
plugin_host`start+0x34
plugin_host`0x2
....