Skip to content
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: throw in sweepone #27997

Closed
mdempsky opened this issue Oct 3, 2018 · 5 comments
Closed

runtime: throw in sweepone #27997

mdempsky opened this issue Oct 3, 2018 · 5 comments
Labels
FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. release-blocker
Milestone

Comments

@mdempsky
Copy link
Member

mdempsky commented Oct 3, 2018

I got a bizarre-looking misc-vet-all flake on CL 76311: https://storage.googleapis.com/go-build-log/46b1d0b9/misc-vet-vetall_0e3975bb.log

Looks like it must be the "non in-use span in unswept list" throw.

@cherrymui
Copy link
Member

https://build.golang.org/log/4f04cd589f5f368ae6cdfa6f1e48de64387eef99 on darwin-amd64_10_10 builder encountered "non in-use span in unswept list" throw.

cc @aclements

@cherrymui cherrymui added this to the Go1.12 milestone Oct 4, 2018
@cherrymui cherrymui added the NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. label Oct 4, 2018
@ianlancetaylor
Copy link
Contributor

Another instance in #28003.

CC @aclements @RLH

@cherrymui cherrymui changed the title runtime: throw in sweepone on misc-vet-vetall trybot runtime: throw in sweepone Oct 4, 2018
@aclements
Copy link
Member

Trybot failure on golang.org/cl/139459: https://storage.googleapis.com/go-build-log/02ba3822/windows-386-2008_e8e78a47.log

@aclements
Copy link
Member

This is almost certainly related to 873bd47 (https://golang.org/cl/134783)

@gopherbot
Copy link

Change https://golang.org/cl/140697 mentions this issue: runtime: fix non-in-use span check

@golang golang locked and limited conversation to collaborators Oct 9, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. release-blocker
Projects
None yet
Development

No branches or pull requests

5 participants