Skip to content

runtime: timeout in TestSelectStackAdjust on openbsd-arm64-jsing #52795

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

Closed
bcmills opened this issue May 9, 2022 · 2 comments
Closed

runtime: timeout in TestSelectStackAdjust on openbsd-arm64-jsing #52795

bcmills opened this issue May 9, 2022 · 2 comments
Labels
arch-arm64 FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. OS-OpenBSD WaitingForInfo Issue is not actionable because of missing required information, which needs to be provided.
Milestone

Comments

@bcmills
Copy link
Contributor

bcmills commented May 9, 2022

##### GOMAXPROCS=2 runtime -cpu=1,2,4 -quick
panic: test timed out after 25m0s
…

goroutine 155437 [runnable]:
runtime.gcTrigger.test({0x0?, 0x0?, 0x0?})
	/home/gopher/build/go/src/runtime/mgc.go:546 +0x140 fp=0x400095a670 sp=0x400095a670 pc=0x2c5d0
runtime.mallocgc(0x20, 0x2881e0, 0x1)
	/home/gopher/build/go/src/runtime/malloc.go:1143 +0x820 fp=0x400095a6e0 sp=0x400095a670 pc=0x1dd60
runtime.newobject(0x4000000003?)
	/home/gopher/build/go/src/runtime/malloc.go:1198 +0x2c fp=0x400095a710 sp=0x400095a6e0 pc=0x1df1c
runtime_test.TestSelectStackAdjust(0x400130e680)
	/home/gopher/build/go/src/runtime/chan_test.go:728 +0x78 fp=0x400095a760 sp=0x400095a710 pc=0x1a6c48
testing.tRunner(0x400130e680, 0x2c81a8)
	/home/gopher/build/go/src/testing/testing.go:1449 +0x10c fp=0x400095a7b0 sp=0x400095a760 pc=0xf9edc
testing.(*T).Run.func1()
	/home/gopher/build/go/src/testing/testing.go:1496 +0x2c fp=0x400095a7d0 sp=0x400095a7b0 pc=0xfac1c
runtime.goexit()
	/home/gopher/build/go/src/runtime/asm_arm64.s:1155 +0x4 fp=0x400095a7d0 sp=0x400095a7d0 pc=0x829d4
created by testing.(*T).Run
	/home/gopher/build/go/src/testing/testing.go:1496 +0x328
FAIL	runtime	1500.225s
FAIL

greplogs -l -e 'goroutine \d+ \[.*\]:\n(?:.+\n\t.+\n)*runtime_test\.TestSelectStackAdjust' --since=2022-01-01
2022-05-08T17:23:05-507a44d/openbsd-arm64-jsing

Given the host, it isn't clear to me whether this is related to #52703.

(attn @4a6f656c; CC @golang/openbsd, @golang/runtime)

@bcmills bcmills added OS-OpenBSD NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. arch-arm64 labels May 9, 2022
@bcmills bcmills added this to the Backlog milestone May 9, 2022
@4a6f656c
Copy link
Contributor

4a6f656c commented Jun 1, 2022

I believe this will also be related to the OpenBSD 7.1 kernel issue mentioned in #52703.

@bcmills bcmills added the WaitingForInfo Issue is not actionable because of missing required information, which needs to be provided. label Jun 1, 2022
@gopherbot
Copy link
Contributor

Change https://go.dev/cl/410095 mentions this issue: dashboard: remove known issue for openbsd-arm64-jsing

@golang golang locked and limited conversation to collaborators Jun 2, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
arch-arm64 FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. OS-OpenBSD WaitingForInfo Issue is not actionable because of missing required information, which needs to be provided.
Projects
None yet
Development

No branches or pull requests

3 participants