-
Notifications
You must be signed in to change notification settings - Fork 18k
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
runtime: divide-by-zero panic in (*randomOrder).start #49689
Comments
This panic has mostly been observed on the Marking as release-blocker at least until we can determine whether other platforms are affected. (CC @jeremyfaller) |
This suggests that something has somehow zeroed out |
Maybe a new failure mode of #46272? |
2021-11-12T03:54:29-ea63613-b954f58 is from release-branch.go1.17, so I think this doesn't actually qualify as a release-blocker because it's not new. The other failures are from the master branch. We also haven't seen any failures since the 2021-11-12T03:54:29-ea63613-b954f58 one. It's really weird that most of the failures happened in a cluster over a few days, but on both the 1.17 and master branches. This suggests an external factor is involved. 5 of the failures are in cmd/go. One is in the cmd/fix tests. Apropos of nothing, cmd/go does a ton of forking, and it turns out the cmd/fix tests do some forking, too. Because this is a race build, it requires cgo, so to build the binary:
There's nothing subtle in the machine code:
The most likely explanation is that |
Does not seem to have happened since 2021-11-12. Optimistically closing. |
I believe this was a dup of #46272, and just got missed when we were closing that batch of related issues. |
greplogs --dashboard -md -l -e \(\?m\)runtime\\.panicdivide.\*\\n\\t.\*\\nruntime\\.\\\(\\\*randomOrder --since=2021-01-01
2021-11-12T03:54:29-ea63613-b954f58/freebsd-amd64-race
2021-11-10T05:08:25-51b60fd-17980df/freebsd-amd64-race
2021-11-09T22:14:19-cb908f1/freebsd-amd64-race
2021-11-04T15:43:59-036812b-6ba68a0/freebsd-amd64-race
2021-09-16T23:50:23-1a7ca93-4efdaa7/freebsd-amd64-race
2021-06-22T11:31:57-d040287-63daa77/freebsd-amd64-race
2021-04-08T02:17:19-89ca1ce/plan9-arm
The text was updated successfully, but these errors were encountered: