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: TestRecoverBeforePanicAfterGoexit2 failures #56964

Open
bcmills opened this issue Nov 28, 2022 · 3 comments
Open

runtime: TestRecoverBeforePanicAfterGoexit2 failures #56964

bcmills opened this issue Nov 28, 2022 · 3 comments
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

@bcmills
Copy link
Contributor

bcmills commented Nov 28, 2022

#!watchflakes
post <- pkg == "runtime" && test == "TestRecoverBeforePanicAfterGoexit2" && `output does not start with`
2022-11-23 19:34 linux-mips64le-rtrk go@a8510f92 runtime.TestRecoverBeforePanicAfterGoexit2 (log)
--- FAIL: TestRecoverBeforePanicAfterGoexit2 (69.55s)
    crash_test.go:58: /tmp/gobuilder-mips64le/tmp/go-build3305139991/testprog.exe RecoverBeforePanicAfterGoexit2: exit status 2
    crash_test.go:468: output does not start with "fatal error: no goroutines (main called runtime.Goexit) - deadlock!":

(factored out from #55167 (comment))

@gopherbot gopherbot added the compiler/runtime Issues related to the Go compiler and/or runtime. label Nov 28, 2022
@bcmills bcmills added the NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. label Nov 28, 2022
@bcmills bcmills added this to the Backlog milestone Nov 28, 2022
@bcmills
Copy link
Contributor Author

bcmills commented Nov 28, 2022

(CC @golang/mips)

@gopherbot
Copy link
Contributor

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "runtime" && test == "TestRecoverBeforePanicAfterGoexit2"
2022-11-23 19:34 linux-mips64le-rtrk go@a8510f92 runtime.TestRecoverBeforePanicAfterGoexit2 (log)
--- FAIL: TestRecoverBeforePanicAfterGoexit2 (69.55s)
    crash_test.go:58: /tmp/gobuilder-mips64le/tmp/go-build3305139991/testprog.exe RecoverBeforePanicAfterGoexit2: exit status 2
    crash_test.go:468: output does not start with "fatal error: no goroutines (main called runtime.Goexit) - deadlock!":

watchflakes

@gopherbot

This comment was marked as off-topic.

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

2 participants