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: TestSigStackSwapping failures #60158

Closed
gopherbot opened this issue May 12, 2023 · 2 comments
Closed

runtime: TestSigStackSwapping failures #60158

gopherbot opened this issue May 12, 2023 · 2 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.

Comments

@gopherbot
Copy link

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

Issue created automatically to collect these failures.

Example (log):

--- FAIL: TestSigStackSwapping (0.01s)
    crash_cgo_test.go:502: /opt/golang/tmp/workdir-host-solaris-oracle-amd64-oraclerel/tmp/go-build3722635515/testprogcgo.exe SigStack failed to start: context deadline exceeded

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 May 12, 2023
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "runtime" && test == "TestSigStackSwapping"
2023-04-11 20:25 solaris-amd64-oraclerel go@28480216 runtime.TestSigStackSwapping (log)
--- FAIL: TestSigStackSwapping (0.01s)
    crash_cgo_test.go:502: /opt/golang/tmp/workdir-host-solaris-oracle-amd64-oraclerel/tmp/go-build3722635515/testprogcgo.exe SigStack failed to start: context deadline exceeded
2023-04-19 14:36 linux-s390x-ibm go@9cad0cc6 runtime.TestSigStackSwapping (log)
--- FAIL: TestSigStackSwapping (0.79s)
    crash_cgo_test.go:502: /data/golang/workdir/tmp/go-build1486251316/testprogcgo.exe SigStack: exec: WaitDelay expired before I/O complete

watchflakes

@gopherbot gopherbot added the compiler/runtime Issues related to the Go compiler and/or runtime. label May 12, 2023
@bcmills
Copy link
Contributor

bcmills commented May 12, 2023

Duplicate of #60152

@bcmills bcmills marked this as a duplicate of #60152 May 12, 2023
@bcmills bcmills closed this as not planned Won't fix, can't repro, duplicate, stale May 12, 2023
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
None yet
Development

No branches or pull requests

2 participants