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: TestCgoExternalThreadPanic failures with exit status 2 #58278

Open
bcmills opened this issue Feb 2, 2023 · 3 comments
Open

runtime: TestCgoExternalThreadPanic failures with exit status 2 #58278

bcmills opened this issue Feb 2, 2023 · 3 comments
Labels
arch-mips compiler/runtime Issues related to the Go compiler and/or runtime. help wanted 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 Feb 2, 2023

#!watchflakes
post <- pkg == "runtime" && test == "TestCgoExternalThreadPanic" && `exit status 2`

Factored out from #57381 (comment).

(attn @golang/mips; CC @golang/runtime)

@bcmills bcmills added NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. arch-mips compiler/runtime Issues related to the Go compiler and/or runtime. labels Feb 2, 2023
@bcmills bcmills added this to the Backlog milestone Feb 2, 2023
@gopherbot
Copy link

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "runtime" && test == "TestCgoExternalThreadPanic" && `exit status 2`
2023-01-18 19:33 linux-mips64-rtrk go@6fcbd036 runtime.TestCgoExternalThreadPanic (log)
--- FAIL: TestCgoExternalThreadPanic (49.62s)
    crash_test.go:58: /tmp/gobuilder-mips64/tmp/go-build3897220462/testprogcgo.exe CgoExternalThreadPanic: exit status 2
    crash_cgo_test.go:86: want failure containing "panic: BOOM". output:
2023-01-24 01:02 linux-mips64-rtrk go@7135710e runtime.TestCgoExternalThreadPanic (log)
--- FAIL: TestCgoExternalThreadPanic (63.59s)
    crash_test.go:58: /tmp/gobuilder-mips64/tmp/go-build3992749568/testprogcgo.exe CgoExternalThreadPanic: exit status 2
    crash_cgo_test.go:86: want failure containing "panic: BOOM". output:

watchflakes

@gopherbot
Copy link

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "runtime" && test == "TestCgoExternalThreadPanic" && `exit status 2`
2023-05-24 03:36 linux-s390x-ibm go@f0d575c2 runtime.TestCgoExternalThreadPanic (log)
--- FAIL: TestCgoExternalThreadPanic (0.08s)
    exec.go:190: test timed out while running command: /data/golang/workdir/tmp/go-build4029398001/testprogcgo.exe CgoExternalThreadPanic
    crash_cgo_test.go:84: /data/golang/workdir/tmp/go-build4029398001/testprogcgo.exe CgoExternalThreadPanic: exit status 2

watchflakes

@gopherbot
Copy link

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "runtime" && test == "TestCgoExternalThreadPanic" && `exit status 2`
2023-07-27 22:07 linux-s390x-ibm go@3bc28402 runtime.TestCgoExternalThreadPanic (log)
--- FAIL: TestCgoExternalThreadPanic (0.48s)
    crash_cgo_test.go:84: /data/golang/workdir/tmp/go-build2885226197/testprogcgo.exe CgoExternalThreadPanic: exit status 2
    crash_cgo_test.go:87: want failure containing "panic: BOOM". output:

watchflakes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arch-mips compiler/runtime Issues related to the Go compiler and/or runtime. help wanted 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

3 participants