Anyone else having the problem that Goland 2023.3.1 crashes everytime i runs the test from within the IDE? I’m on Ubuntu 22.04 LTS if of any importance.
It’s working lilke a charm from CLI, but not from the IDE.
As I’m not really into go yet, I don’t have other projects than the exercises from exercism to test with.
Is there an error message you can share? And maybe also your code? “Crashed” is pretty vague and hard to debug. Many people around the globe run Goland 2023.3.1 very day from within an IDE so it’s not a universal problem.
After some time looking at logs files and generation of fitting ones, I saw that my IDE was only allowed to use 2GB of memory, I raised that to 8GB and haven’t had any issue since.