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: TestEINTR failures #60094

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

runtime: TestEINTR failures #60094

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 == "TestEINTR"

Issue created automatically to collect these failures.

Example (log):

--- FAIL: TestEINTR (3.96s)
    exec.go:190: test timed out while running command: /data/golang/workdir/tmp/go-build2960377795/testprogcgo.exe EINTR
    crash_cgo_test.go:732: /data/golang/workdir/tmp/go-build2960377795/testprogcgo.exe EINTR: exit status 2
    crash_cgo_test.go:735: want OK
        , got SIGQUIT: quit
        PC=0x100692a m=0 sigcode=0

        goroutine 20 [running]:
        	goroutine running on other thread; stack unavailable
        created by main.sendSomeSignals in goroutine 6
        	/data/golang/workdir/go/src/runtime/testdata/testprogcgo/eintr.go:103 +0xa8

        goroutine 21 [running]:
        	goroutine running on other thread; stack unavailable
        created by main.sendSomeSignals in goroutine 12
        	/data/golang/workdir/go/src/runtime/testdata/testprogcgo/eintr.go:103 +0xa8

        r0   0x129c140	r1   0x119
        r2   0x1	r3   0xacc2d
        r4   0xc00005cda8	r5   0x1000004
        r6   0x0	r7   0x0
        r8   0xfffffffffffff001	r9   0x100000000000
        r10  0x0	r11  0x3ffb9374730
        r12  0x3ffd177eef0	r13  0xc00009c4e0
        r14  0x10068ce	r15  0xc00005cc88
        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 == "TestEINTR"
2023-05-09 14:42 linux-s390x-ibm-race go@8af10676 runtime.TestEINTR (log)
--- FAIL: TestEINTR (3.96s)
    exec.go:190: test timed out while running command: /data/golang/workdir/tmp/go-build2960377795/testprogcgo.exe EINTR
    crash_cgo_test.go:732: /data/golang/workdir/tmp/go-build2960377795/testprogcgo.exe EINTR: exit status 2
    crash_cgo_test.go:735: want OK
        , got SIGQUIT: quit
        PC=0x100692a m=0 sigcode=0

        goroutine 20 [running]:
        	goroutine running on other thread; stack unavailable
        created by main.sendSomeSignals in goroutine 6
        	/data/golang/workdir/go/src/runtime/testdata/testprogcgo/eintr.go:103 +0xa8

        goroutine 21 [running]:
        	goroutine running on other thread; stack unavailable
        created by main.sendSomeSignals in goroutine 12
        	/data/golang/workdir/go/src/runtime/testdata/testprogcgo/eintr.go:103 +0xa8

        r0   0x129c140	r1   0x119
        r2   0x1	r3   0xacc2d
        r4   0xc00005cda8	r5   0x1000004
        r6   0x0	r7   0x0
        r8   0xfffffffffffff001	r9   0x100000000000
        r10  0x0	r11  0x3ffb9374730
        r12  0x3ffd177eef0	r13  0xc00009c4e0
        r14  0x10068ce	r15  0xc00005cc88
        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