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: TestCgoSigfwd failures #58256

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

runtime: TestCgoSigfwd failures #58256

gopherbot opened this issue Feb 2, 2023 · 4 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. OS-Darwin
Milestone

Comments

@gopherbot
Copy link

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

Issue created automatically to collect these failures.

Example (log):

--- FAIL: TestCgoSigfwd (0.02s)
    crash_test.go:58: /tmp/buildlet/tmp/go-build4119296738/testprogcgo.exe CgoSigfwd: exit status 1
    crash_cgo_test.go:768: expected "OK\n", but got:
        SIGSEGV caught in C unexpectedly

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

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "runtime" && test == "TestCgoSigfwd"
2023-01-26 07:17 darwin-amd64-10_15 go@cea70301 runtime.TestCgoSigfwd (log)
--- FAIL: TestCgoSigfwd (0.02s)
    crash_test.go:58: /tmp/buildlet/tmp/go-build4119296738/testprogcgo.exe CgoSigfwd: exit status 1
    crash_cgo_test.go:768: expected "OK\n", but got:
        SIGSEGV caught in C unexpectedly
2023-01-26 07:17 darwin-amd64-11_0 go@cea70301 runtime.TestCgoSigfwd (log)
--- FAIL: TestCgoSigfwd (0.06s)
    crash_test.go:58: /tmp/buildlet/tmp/go-build2556092564/testprogcgo.exe CgoSigfwd: exit status 1
    crash_cgo_test.go:768: expected "OK\n", but got:
        SIGSEGV caught in C unexpectedly
2023-01-26 10:15 darwin-amd64-10_15 go@4df10fba runtime.TestCgoSigfwd (log)
--- FAIL: TestCgoSigfwd (0.02s)
    crash_test.go:58: /tmp/buildlet/tmp/go-build1310876794/testprogcgo.exe CgoSigfwd: exit status 1
    crash_cgo_test.go:768: expected "OK\n", but got:
        SIGSEGV caught in C unexpectedly
2023-01-26 10:15 darwin-amd64-11_0 go@4df10fba runtime.TestCgoSigfwd (log)
--- FAIL: TestCgoSigfwd (0.06s)
    crash_test.go:58: /tmp/buildlet/tmp/go-build4292740019/testprogcgo.exe CgoSigfwd: exit status 1
    crash_cgo_test.go:768: expected "OK\n", but got:
        SIGSEGV caught in C unexpectedly

watchflakes

@bcmills
Copy link
Member

bcmills commented Feb 2, 2023

Curiously all on darwin/amd64. 🤔
(attn @golang/runtime)

@bcmills bcmills added this to the Go1.21 milestone Feb 2, 2023
@bcmills
Copy link
Member

bcmills commented Feb 2, 2023

Oh, right.

@bcmills
Copy link
Member

bcmills commented Feb 2, 2023

Duplicate of #58068

@bcmills bcmills marked this as a duplicate of #58068 Feb 2, 2023
@bcmills bcmills closed this as not planned Won't fix, can't repro, duplicate, stale Feb 2, 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. OS-Darwin
Projects
Status: Done
Development

No branches or pull requests

2 participants