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: TestCgoExternalThreadSignal failures #60093

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

runtime: TestCgoExternalThreadSignal failures #60093

gopherbot opened this issue May 10, 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 == "TestCgoExternalThreadSignal"

Issue created automatically to collect these failures.

Example (log):

--- FAIL: TestCgoExternalThreadSignal (2.23s)
    exec.go:190: test timed out while running command: /data/golang/workdir/tmp/go-build2960377795/testprogcgo.exe CgoExternalThreadSignal
    crash_cgo_test.go:113: /data/golang/workdir/tmp/go-build2960377795/testprogcgo.exe CgoExternalThreadSignal: exit status 2
    crash_cgo_test.go:118: expected "OK\n", but got:
        SIGQUIT: quit
        PC=0x100692a m=0 sigcode=0

        r0   0x129c140	r1   0x119
        r2   0x1	r3   0xaccb7
        r4   0xc00005bc00	r5   0x1000004
        r6   0x0	r7   0x0
        r8   0xfffffffffffff001	r9   0x3ff8267e4f4
        r10  0x0	r11  0x3ff82674730
        r12  0xc00005bb10	r13  0xc0000021a0
        r14  0x10068ce	r15  0xc00005bae0
        pc   0x100692a	link 0x10068ce

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

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "runtime" && test == "TestCgoExternalThreadSignal"
2023-05-09 14:42 linux-s390x-ibm-race go@8af10676 runtime.TestCgoExternalThreadSignal (log)
--- FAIL: TestCgoExternalThreadSignal (2.23s)
    exec.go:190: test timed out while running command: /data/golang/workdir/tmp/go-build2960377795/testprogcgo.exe CgoExternalThreadSignal
    crash_cgo_test.go:113: /data/golang/workdir/tmp/go-build2960377795/testprogcgo.exe CgoExternalThreadSignal: exit status 2
    crash_cgo_test.go:118: expected "OK\n", but got:
        SIGQUIT: quit
        PC=0x100692a m=0 sigcode=0

        r0   0x129c140	r1   0x119
        r2   0x1	r3   0xaccb7
        r4   0xc00005bc00	r5   0x1000004
        r6   0x0	r7   0x0
        r8   0xfffffffffffff001	r9   0x3ff8267e4f4
        r10  0x0	r11  0x3ff82674730
        r12  0xc00005bb10	r13  0xc0000021a0
        r14  0x10068ce	r15  0xc00005bae0
        pc   0x100692a	link 0x10068ce

watchflakes

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

bcmills commented May 10, 2023

Duplicate of #60109

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