-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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
x/build/cmd/gerritbot: deployed version crashes sometimes in GerritCL.Footer #27536
Comments
Redeployed now with current version. I'll check back in a week and see if it re-occurs. |
Haven't seen any crashes since then. I'll consider this resolved until there's evidence otherwise (we can re-open this). |
Seeing a few more instances of the same crash. This time it should be easier to debug because the deployed version is known/latest:
|
I see a bug in maintner code. It's likely the bug causing this crash, but I don't have full information to say that conclusively. I'll start by fixing it and see if anything more needs to be done. Will send a CL soon. |
Change https://golang.org/cl/135677 mentions this issue: |
gerritbot has crashed a few times in production. The latest log ended with:
It looks like
gerritbot
was built a while ago (month or two), and there have been changes tomaintner
since then (that might help resolve the issue).I'm guessing line 418 in gerrit.go refers to this old commit:
https://github.com/golang/build/blob/dd35151f24e38c0c3b2829571908d18ce9388c1c/maintner/gerrit.go#L418
First step will be to redeploy it with the current version of code, and see if that resolves the issue. There's a good chance it might. If not, the next step is to investigate how that value ended up being nil when it shouldn't be.
/cc @andybons
The text was updated successfully, but these errors were encountered: