Skip to content

internal/trace: TestTraceStacks/Stress failures #73469

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

Open
gopherbot opened this issue Apr 22, 2025 · 1 comment
Open

internal/trace: TestTraceStacks/Stress failures #73469

gopherbot opened this issue Apr 22, 2025 · 1 comment
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
Contributor

#!watchflakes
default <- pkg == "internal/trace" && test == "TestTraceStacks/Stress"

Issue created automatically to collect these failures.

Example (log):

=== RUN   TestTraceStacks/Stress
    trace_test.go:613: stderr: fatal error: runtime: mcall called on m->g0 stack
        
        runtime stack:
        runtime.throw({0x133054?, 0x605c8?})
        	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/panic.go:1089 +0x34 fp=0xf855437ee770 sp=0xf855437ee740 pc=0x7e924
        runtime.badmcall(0x4000102c40?)
        	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/proc.go:573 +0x28 fp=0xf855437ee790 sp=0xf855437ee770 pc=0x4c9d8
        runtime.badmcall(0x221280)
        	<autogenerated>:1 +0x14 fp=0xf855437ee7b0 sp=0xf855437ee790 pc=0x87304
...
        	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/mgc.go:1431 +0xdc fp=0x400017cfb0 sp=0x400017cf10 pc=0x2d5cc
        runtime.gcBgMarkStartWorkers.gowrap1()
        	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/mgc.go:1347 +0x28 fp=0x400017cfd0 sp=0x400017cfb0 pc=0x2d4b8
        runtime.goexit({})
        	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/asm_arm64.s:1266 +0x4 fp=0x400017cfd0 sp=0x400017cfd0 pc=0x85764
        created by runtime.gcBgMarkStartWorkers in goroutine 21
        	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/mgc.go:1347 +0x140
        exit status 2
    trace_test.go:615: exit status 1
--- FAIL: TestTraceStacks/Stress (0.32s)

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 Apr 22, 2025
@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "internal/trace" && test == "TestTraceStacks/Stress"
2025-04-18 21:13 gotip-linux-arm64-longtest go@28fd9fa8 internal/trace.TestTraceStacks/Stress (log)
=== RUN   TestTraceStacks/Stress
    trace_test.go:613: stderr: fatal error: runtime: mcall called on m->g0 stack
        
        runtime stack:
        runtime.throw({0x133054?, 0x605c8?})
        	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/panic.go:1089 +0x34 fp=0xf855437ee770 sp=0xf855437ee740 pc=0x7e924
        runtime.badmcall(0x4000102c40?)
        	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/proc.go:573 +0x28 fp=0xf855437ee790 sp=0xf855437ee770 pc=0x4c9d8
        runtime.badmcall(0x221280)
        	<autogenerated>:1 +0x14 fp=0xf855437ee7b0 sp=0xf855437ee790 pc=0x87304
...
        	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/mgc.go:1431 +0xdc fp=0x400017cfb0 sp=0x400017cf10 pc=0x2d5cc
        runtime.gcBgMarkStartWorkers.gowrap1()
        	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/mgc.go:1347 +0x28 fp=0x400017cfd0 sp=0x400017cfb0 pc=0x2d4b8
        runtime.goexit({})
        	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/asm_arm64.s:1266 +0x4 fp=0x400017cfd0 sp=0x400017cfd0 pc=0x85764
        created by runtime.gcBgMarkStartWorkers in goroutine 21
        	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/mgc.go:1347 +0x140
        exit status 2
    trace_test.go:615: exit status 1
--- FAIL: TestTraceStacks/Stress (0.32s)

watchflakes

@gopherbot gopherbot added the compiler/runtime Issues related to the Go compiler and/or runtime. label Apr 22, 2025
@mknyszek mknyszek self-assigned this Apr 23, 2025
@mknyszek mknyszek added this to the Backlog milestone Apr 23, 2025
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: No status
Development

No branches or pull requests

3 participants