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 · 7 comments
Closed

runtime: TestCgoSigfwd failures #58256

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

gopherbot commented Feb 2, 2023

#!watchflakes
post <- pkg == "runtime" && test == "TestCgoSigfwd" && date < "2023-06-01"

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
Contributor

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
Contributor

bcmills commented Feb 2, 2023

Oh, right.

@bcmills
Copy link
Contributor

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

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "runtime" && test == "TestCgoSigfwd"
2023-05-12 19:21 linux-s390x-ibm-race go@f2fcea50 runtime.TestCgoSigfwd (log)
--- FAIL: TestCgoSigfwd (0.00s)
    crash_cgo_test.go:795: /data/golang/workdir/tmp/go-build1448985958/testprogcgo.exe CgoSigfwd failed to start: context deadline exceeded

watchflakes

@gopherbot gopherbot reopened this May 12, 2023
@cherrymui
Copy link
Member

The last one is #60109.

@cherrymui cherrymui closed this as not planned Won't fix, can't repro, duplicate, stale May 12, 2023
@gopherbot gopherbot reopened this Feb 29, 2024
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "runtime" && test == "TestCgoSigfwd"
2024-02-28 16:43 solaris-amd64-oraclerel go@09bfea95 runtime.TestCgoSigfwd (log)
--- FAIL: TestCgoSigfwd (1.72s)
    crash_cgo_test.go:827: /tmp/workdir-host-solaris-oracle-amd64-oraclerel/tmp/go-build1655958351/testprogcgo.exe CgoSigfwd: exec: WaitDelay expired before I/O complete

watchflakes

@bcmills bcmills closed this as completed Feb 29, 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. OS-Darwin
Projects
Status: Done
Development

No branches or pull requests

3 participants