-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
When running the linter, my PC crashes or the linter dies #4933
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hey, thank you for opening your first Issue ! 🙂 If you would like to contribute we have a guide for contributors. |
Myself (v1.59.1) and my colleague (v1.60.1) are also experiencing this |
Running top while running golangci-lint shows the memory usage consistently increasing until being killed by OOM or freezing the VM |
Hey, We experience the same weird behaviour since upgrading to go Locally sometimes you get a successful run. |
Just tested and it seems somehow linked to go The following was tested on the same project with the same configuration in Both tests executed using with
EDIT: After running more tests, as soon as you update the |
Welcome
typecheck
section of the FAQ.Description of the problem
Hi, for some reason, updating the golint version is causing my PC to crash. Essentially, the PC freezes and I can do nothing but restart it. I have tried this multiple times, and the result is always the same: either the PC crashes or the process is canceled and dies. I have updated the library, golang, and cleared the cache. I don't know what else could be causing this problem. Has anyone else experienced this?
Version of golangci-lint
Configuration
Go environment
Verbose output of running
A minimal reproducible example or link to a public repository
// The error is not in the code, but in the linter.
Validation
Supporter
The text was updated successfully, but these errors were encountered: