alecthomas / SublimeLinter-contrib-gometalinter

SublimeLinter plugin for gometalinter
MIT License
47 stars 13 forks source link

plugin_host has exited unexpectedly #23

Closed skeggse closed 6 years ago

skeggse commented 6 years ago

I've been using this package for a few weeks, and have noticed the following message pop up periodically. The package works most of the time, but seems to have some weird interaction with the plugin_host that causes it to crash periodically. This only occurs when I'm editing Go files.

2018-08-09 11:15:32,912 Running `.../go/bin/gometalinter --fast . -I <file>.go`
error: plugin_host has exited unexpectedly, plugin functionality won't be available until Sublime Text has been restarted

I'm running:

I'm not seeing anything useful in the ctrl+` console - what can I do to debug this? I can run gometalinter with the same flags from my shell and it works fine.

image

otto-md commented 6 years ago

Probably this issue from core Sublime.

alecthomas commented 6 years ago

Yes, that is almost certainly it :(

I've had the same problem.

skeggse commented 6 years ago

:(