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: 'failed to trigger concurrent GC' in TestSelectStackAdjust #34693

Closed
bcmills opened this issue Oct 4, 2019 · 8 comments
Closed

runtime: 'failed to trigger concurrent GC' in TestSelectStackAdjust #34693

bcmills opened this issue Oct 4, 2019 · 8 comments
Labels
FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone

Comments

@bcmills
Copy link
Contributor

bcmills commented Oct 4, 2019

On the linux-ppc64le-power9osu builder (https://build.golang.org/log/585e960d0f000d42817bf1b361c8ecbf51d1294d):

--- FAIL: TestSelectStackAdjust (0.02s)
    chan_test.go:723: failed to trigger concurrent GC
FAIL
FAIL	runtime	35.499s

A similar failure consistently occurs on the openbsd-arm builder, but I'm not confident in its results because it still seems to be misconfigured (#25498 (comment)).

See previously #14852.

CC @mknyszek @aclements

@bcmills bcmills added the NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. label Oct 4, 2019
@bcmills bcmills added this to the Go1.14 milestone Oct 4, 2019
@laboger
Copy link
Contributor

laboger commented Oct 7, 2019

There's a discussion in #34391 that might be related to this failure. Some intermittent failures on ppc64 and ppc64le appear to be happening due to a problem with signals, and also affects linux/arm.

@rsc rsc modified the milestones: Go1.14, Backlog Oct 9, 2019
@bcmills
Copy link
Contributor Author

bcmills commented Oct 11, 2019

linux-ppc64le-power9osu again: https://build.golang.org/log/25161e684426bdf04053d57fd93551dc53ee6234

@bcmills bcmills modified the milestones: Backlog, Go1.14 Nov 11, 2019
@bcmills
Copy link
Contributor Author

bcmills commented Nov 11, 2019

@ianlancetaylor
Copy link
Contributor

Almost all the failures seem to happen when running the runtime tests with -test.cpu=1,2,4.

@gopherbot
Copy link

Change https://golang.org/cl/210217 mentions this issue: runtime: add Gosched to TestSelectStackAdjust loop

@golang golang locked and limited conversation to collaborators Dec 5, 2020
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.
Projects
None yet
Development

No branches or pull requests

6 participants