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: TestCgoCCodeSIGPROF failures #57611

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

runtime: TestCgoCCodeSIGPROF failures #57611

gopherbot opened this issue Jan 4, 2023 · 2 comments
Labels
compiler/runtime Issues related to the Go compiler and/or runtime. FrozenDueToAge 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 == "TestCgoCCodeSIGPROF"

Issue created automatically to collect these failures.

Example (log):

--- FAIL: TestCgoCCodeSIGPROF (120.02s)
    testenv.go:361: [/workdir/tmp/go-build1289626276/testprogcgo.exe CgoCCodeSIGPROF] exit status: exit status 2
    crash_cgo_test.go:215: expected "OK\n" got SIGQUIT: quit
        PC=0x7fe1c m=2 sigcode=0

        goroutine 19 [running]:
        	goroutine running on other thread; stack unavailable
        created by main.CgoCCodeSIGPROF
        	/workdir/go/src/runtime/testdata/testprogcgo/aprof.go:35 +0x74

...
        r8      0x6
        r9      0x1
        r10     0x20025a0
        fp      0x2710
        ip      0x7
        sp      0xe79d2d84
        lr      0x7fdfc
        pc      0x7fe1c
        cpsr    0x20870010
        fault   0x0

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

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "runtime" && test == "TestCgoCCodeSIGPROF"
2022-12-21 19:08 linux-arm-aws go@856ec210 runtime.TestCgoCCodeSIGPROF (log)
--- FAIL: TestCgoCCodeSIGPROF (120.02s)
    testenv.go:361: [/workdir/tmp/go-build1289626276/testprogcgo.exe CgoCCodeSIGPROF] exit status: exit status 2
    crash_cgo_test.go:215: expected "OK\n" got SIGQUIT: quit
        PC=0x7fe1c m=2 sigcode=0

        goroutine 19 [running]:
        	goroutine running on other thread; stack unavailable
        created by main.CgoCCodeSIGPROF
        	/workdir/go/src/runtime/testdata/testprogcgo/aprof.go:35 +0x74

...
        r8      0x6
        r9      0x1
        r10     0x20025a0
        fp      0x2710
        ip      0x7
        sp      0xe79d2d84
        lr      0x7fdfc
        pc      0x7fe1c
        cpsr    0x20870010
        fault   0x0

watchflakes

@cherrymui
Copy link
Member

Dup of #53648

@cherrymui cherrymui closed this as not planned Won't fix, can't repro, duplicate, stale Jan 4, 2023
@golang golang locked and limited conversation to collaborators Jan 4, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
compiler/runtime Issues related to the Go compiler and/or runtime. FrozenDueToAge 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