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: TestCgoTracebackGoroutineProfile failures #59351

Open
gopherbot opened this issue Mar 31, 2023 · 3 comments
Open

runtime: TestCgoTracebackGoroutineProfile failures #59351

gopherbot opened this issue Mar 31, 2023 · 3 comments
Assignees
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.
Milestone

Comments

@gopherbot
Copy link

#!watchflakes
post <- pkg == "runtime" && test == "TestCgoTracebackGoroutineProfile"

Issue created automatically to collect these failures.

Example (log):

--- FAIL: TestCgoTracebackGoroutineProfile (0.00s)
    crash_cgo_test.go:730: /workdir/tmp/go-build590000508/testprogcgo.exe GoroutineProfile: exit status 2
    crash_cgo_test.go:733: want OK
        , got SIGSEGV: segmentation violation
        PC=0x55d24 m=0 sigcode=1
        signal arrived during cgo execution

        trap    0x0
        error   0x0
        oldmask 0x0
        r0      0x3
        r1      0x6
        r2      0x0
        r3      0x0
        r4      0x0
        r5      0x0
        r6      0x2403348
        r7      0x183730
        r8      0x27ae10
        r9      0x1
        r10     0xffae1ef0
        fp      0x8
        ip      0x26e00c
        sp      0xffae1e00
        lr      0x57e00
        pc      0x55d24
        cpsr    0x208e0010
        fault   0x0

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

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "runtime" && test == "TestCgoTracebackGoroutineProfile"
2023-03-31 19:15 linux-arm-aws go@99276aeb runtime.TestCgoTracebackGoroutineProfile (log)
--- FAIL: TestCgoTracebackGoroutineProfile (0.00s)
    crash_cgo_test.go:730: /workdir/tmp/go-build590000508/testprogcgo.exe GoroutineProfile: exit status 2
    crash_cgo_test.go:733: want OK
        , got SIGSEGV: segmentation violation
        PC=0x55d24 m=0 sigcode=1
        signal arrived during cgo execution

        trap    0x0
        error   0x0
        oldmask 0x0
        r0      0x3
        r1      0x6
        r2      0x0
        r3      0x0
        r4      0x0
        r5      0x0
        r6      0x2403348
        r7      0x183730
        r8      0x27ae10
        r9      0x1
        r10     0xffae1ef0
        fp      0x8
        ip      0x26e00c
        sp      0xffae1e00
        lr      0x57e00
        pc      0x55d24
        cpsr    0x208e0010
        fault   0x0

watchflakes

@gopherbot gopherbot added the compiler/runtime Issues related to the Go compiler and/or runtime. label Mar 31, 2023
@mknyszek
Copy link
Contributor

mknyszek commented Apr 5, 2023

In triage we think this is fixed. @cherrymui rolled back the culprits and re-landed with fixes on Monday. There are no new failures for now.

@mknyszek mknyszek closed this as completed Apr 5, 2023
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "runtime" && test == "TestCgoTracebackGoroutineProfile"
2024-02-28 16:44 solaris-amd64-oraclerel go@1df6db8e runtime.TestCgoTracebackGoroutineProfile (log)
--- FAIL: TestCgoTracebackGoroutineProfile (10.02s)
    crash_cgo_test.go:776: /tmp/workdir-host-solaris-oracle-amd64-oraclerel/tmp/go-build3494801015/testprogcgo.exe GoroutineProfile: exec: WaitDelay expired before I/O complete

watchflakes

@gopherbot gopherbot reopened this Feb 29, 2024
@mknyszek mknyszek self-assigned this Mar 6, 2024
@mknyszek mknyszek added this to the Backlog milestone Mar 6, 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.
Projects
Status: Done
Development

No branches or pull requests

2 participants