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: TestStackSwitchCallback failures #63242

Open
gopherbot opened this issue Sep 26, 2023 · 1 comment
Open

runtime: TestStackSwitchCallback failures #63242

gopherbot opened this issue Sep 26, 2023 · 1 comment
Assignees
Labels
compiler/runtime Issues related to the Go compiler and/or runtime. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone

Comments

@gopherbot
Copy link

#!watchflakes
default <- pkg == "runtime" && test == "TestStackSwitchCallback"

Issue created automatically to collect these failures.

Example (log):

--- FAIL: TestStackSwitchCallback (0.01s)
    crash_cgo_test.go:879: /workdir/tmp/go-build623157982/testprogcgo.exe StackSwitchCallback: signal: trace/breakpoint trap (core dumped)
    crash_cgo_test.go:886: expected "OK\n", got fatal: morestack on g0
runtime.test: some test left a core file behind

watchflakes

@gopherbot gopherbot added the NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. label Sep 26, 2023
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "runtime" && test == "TestStackSwitchCallback"
2023-09-20 18:05 linux-amd64-staticlockranking go@bebf82cb runtime.TestStackSwitchCallback (log)
--- FAIL: TestStackSwitchCallback (0.01s)
    crash_cgo_test.go:879: /workdir/tmp/go-build623157982/testprogcgo.exe StackSwitchCallback: signal: trace/breakpoint trap (core dumped)
    crash_cgo_test.go:886: expected "OK\n", got fatal: morestack on g0
runtime.test: some test left a core file behind

watchflakes

@bcmills bcmills added the compiler/runtime Issues related to the Go compiler and/or runtime. label Sep 26, 2023
@mknyszek mknyszek added this to the Go1.22 milestone Oct 4, 2023
@gopherbot gopherbot modified the milestones: Go1.22, Go1.23 Feb 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compiler/runtime Issues related to the Go compiler and/or runtime. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Projects
Status: No status
Development

No branches or pull requests

4 participants