Goland keeps crashing after moving to 2026.1.* version

Goland has started crashing and become unusable after update to 2026.1.*. It just crashes across all open projects, and never recovers. The UI is frozen and the only way is to kill the Goland process from the shell and then launch it afresh. But now it randomly drops some of the code changes previously done. Making it quite dangerous to accidentally introduce a bug in production code.

And this happens almost on a daily basis.

Goland has been my workhorse across years but these crashes have made me seriously considering my options as random code change dropping after recovery is simply not acceptable and frankly dangerous.

0

I have uploaded the thread dump here:
Upload id: 2026_07_02_JSAa9cMawYzB6bb1P9W1q5 (file: threadDump-20260702-101509-1782976509653.txt)

0
Hello,

Thanks for the report, and for sending the thread dump. Based on it, this looks like a known issue in the bundled grammar checker (the Natural Languages plugin): in some cases its analysis gets stuck while you type and freezes the editor until the process is killed. It is already fixed, and tracked here:

[IJPL-242257](https://youtrack.jetbrains.com/issue/IJPL-242257)

The fix will ship in the upcoming GoLand 2026.1.4, which should be out shortly, and it is already available in the 2026.2 EAP. In the meantime, you can stop the freezes right away by turning off the grammar checker:

1) Open **Settings | Plugins | Installed**
2) Disable the plugin named **Natural Languages**
3) Restart the IDE

Once 2026.1.4 is out, you can update via the JetBrains Toolbox App or **Help | Check for Updates**, and re-enable the plugin if you use it.

On the lost edits: that happens because the process is force-killed mid-edit while it is frozen, so the most recent changes never make it to disk. Once the freezes stop, after disabling the plugin or updating, there is nothing left to force-kill and no more dropped changes.

To get notified as the issue progresses, see [Watching YouTrack issues](https://intellij-support.jetbrains.com/hc/en-us/articles/207241135).

Let us know if the freezes continue after that.
0

amazing!!
thanks for the quick reply. Looking forward to the updated version with the fix

0

请先登录再写评论。