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

internal/trace/v2: TestTraceGCStress failures #67370

Open
gopherbot opened this issue May 14, 2024 · 1 comment
Open

internal/trace/v2: TestTraceGCStress failures #67370

gopherbot opened this issue May 14, 2024 · 1 comment
Labels
NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.

Comments

@gopherbot
Copy link

#!watchflakes
default <- pkg == "internal/trace/v2" && test == "TestTraceGCStress"

Issue created automatically to collect these failures.

Example (log):

--- FAIL: TestTraceGCStress (2.92s)
    --- FAIL: TestTraceGCStress/AllocFree (0.67s)
        trace_test.go:577: stderr: SIGSEGV: segmentation violation
            PC=0x80a1b1b m=17 sigcode=1 addr=0xf7865000

            goroutine 0 gp=0x98825a8 m=17 mp=0x9e80f08 [idle]:
            runtime.traceAdvance.func6()
            	/workdir/go/src/runtime/trace.go:667 +0xab fp=0xa313fdc sp=0xa313fc0 pc=0x80a1b1b
            runtime.systemstack(0x8825a8)
            	/workdir/go/src/runtime/asm_386.s:374 +0x41 fp=0xa313fe0 sp=0xa313fdc pc=0x80b5691
...
            esi    0xffff0000
            ebp    0x81a7bd8
            esp    0xa313fc0
            eip    0x80a1b1b
            eflags 0x10286
            cs     0x23
            fs     0x0
            gs     0x63
            exit status 2
        trace_test.go:579: exit status 1

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 14, 2024
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "internal/trace/v2" && test == "TestTraceGCStress"
2024-05-14 17:18 linux-386-longtest go@0767ffdf internal/trace/v2.TestTraceGCStress (log)
--- FAIL: TestTraceGCStress (2.92s)
    --- FAIL: TestTraceGCStress/AllocFree (0.67s)
        trace_test.go:577: stderr: SIGSEGV: segmentation violation
            PC=0x80a1b1b m=17 sigcode=1 addr=0xf7865000

            goroutine 0 gp=0x98825a8 m=17 mp=0x9e80f08 [idle]:
            runtime.traceAdvance.func6()
            	/workdir/go/src/runtime/trace.go:667 +0xab fp=0xa313fdc sp=0xa313fc0 pc=0x80a1b1b
            runtime.systemstack(0x8825a8)
            	/workdir/go/src/runtime/asm_386.s:374 +0x41 fp=0xa313fe0 sp=0xa313fdc pc=0x80b5691
...
            esi    0xffff0000
            ebp    0x81a7bd8
            esp    0xa313fc0
            eip    0x80a1b1b
            eflags 0x10286
            cs     0x23
            fs     0x0
            gs     0x63
            exit status 2
        trace_test.go:579: exit status 1

watchflakes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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

1 participant