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: TestDebugCallPanic failures #58694

Closed
gopherbot opened this issue Feb 24, 2023 · 2 comments
Closed

runtime: TestDebugCallPanic failures #58694

gopherbot opened this issue Feb 24, 2023 · 2 comments
Labels
compiler/runtime Issues related to the Go compiler and/or runtime. FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.

Comments

@gopherbot
Copy link

#!watchflakes
post <- pkg == "runtime" && test == "TestDebugCallPanic"

Issue created automatically to collect these failures.

Example (log):

panic: test timed out after 5m0s
running tests:
	TestDebugCallUnsafePoint (4m47s)

runtime.semrelease1(0x7199d3ddad18?, 0x0, 0x0)
	/workdir/go/src/runtime/sema.go:175 +0x1e9 fp=0xc00097ada8 sp=0xc00097ada0 pc=0x7199d3769e89
runtime.semrelease(...)
	/workdir/go/src/runtime/sema.go:172
runtime.gcStart({0xc0000001fe?, 0x64d3725265?, 0xd3740e40?})
	/workdir/go/src/runtime/mgc.go:752 +0x4dc fp=0xc00097ae40 sp=0xc00097ada8 pc=0x7199d373933c
runtime.GC()
	/workdir/go/src/runtime/mgc.go:444 +0x3e fp=0xc00097ae78 sp=0xc00097ae40 pc=0x7199d3738b9e
runtime_test.TestDebugCallPanic(0xc000990680)
	/workdir/go/src/runtime/debug_test.go:286 +0xac fp=0xc00097af70 sp=0xc00097ae78 pc=0x7199d39e570c
testing.tRunner(0xc000990680, 0x7199d3bb89b8)

watchflakes

@gopherbot gopherbot added NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. compiler/runtime Issues related to the Go compiler and/or runtime. labels Feb 24, 2023
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "runtime" && test == "TestDebugCallPanic"
2023-02-04 07:02 android-amd64-emu go@864b54e2 runtime.TestDebugCallPanic (log)
panic: test timed out after 5m0s
running tests:
	TestDebugCallUnsafePoint (4m47s)

runtime.semrelease1(0x7199d3ddad18?, 0x0, 0x0)
	/workdir/go/src/runtime/sema.go:175 +0x1e9 fp=0xc00097ada8 sp=0xc00097ada0 pc=0x7199d3769e89
runtime.semrelease(...)
	/workdir/go/src/runtime/sema.go:172
runtime.gcStart({0xc0000001fe?, 0x64d3725265?, 0xd3740e40?})
	/workdir/go/src/runtime/mgc.go:752 +0x4dc fp=0xc00097ae40 sp=0xc00097ada8 pc=0x7199d373933c
runtime.GC()
	/workdir/go/src/runtime/mgc.go:444 +0x3e fp=0xc00097ae78 sp=0xc00097ae40 pc=0x7199d3738b9e
runtime_test.TestDebugCallPanic(0xc000990680)
	/workdir/go/src/runtime/debug_test.go:286 +0xac fp=0xc00097af70 sp=0xc00097ae78 pc=0x7199d39e570c
testing.tRunner(0xc000990680, 0x7199d3bb89b8)

watchflakes

@cherrymui
Copy link
Member

Dup of #57311.

@cherrymui cherrymui closed this as not planned Won't fix, can't repro, duplicate, stale Feb 24, 2023
@golang golang locked and limited conversation to collaborators Feb 24, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
compiler/runtime Issues related to the Go compiler and/or runtime. 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

2 participants