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

cmd/internal/testdir: Test/fixedbugs/issue57823.go failures #70325

Open
gopherbot opened this issue Nov 13, 2024 · 1 comment
Open

cmd/internal/testdir: Test/fixedbugs/issue57823.go failures #70325

gopherbot opened this issue Nov 13, 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
Contributor

#!watchflakes
default <- pkg == "cmd/internal/testdir" && test == "Test/fixedbugs/issue57823.go"

Issue created automatically to collect these failures.

Example (log):

=== RUN   Test/fixedbugs/issue57823.go
=== PAUSE Test/fixedbugs/issue57823.go
=== CONT  Test/fixedbugs/issue57823.go
    testdir_test.go:147: exit status 2
        panic: never GC'd
        
        goroutine 1 gp=0x9c06128 m=0 mp=0x812f6a0 [running]:
        panic({0x80b7c20, 0x80dac6c})
        	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/panic.go:806 +0x144 fp=0x9c4e774 sp=0x9c4e720 pc=0x80a7554
        main.str({0x80c01ca, 0x8}, {0x80c0302, 0x9})
...
        runtime.gcBgMarkWorker(0x9c20400)
        	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/mgc.go:1412 +0xfd fp=0x9c7e7e8 sp=0x9c7e78c pc=0x805b44d
        runtime.gcBgMarkStartWorkers.gowrap1()
        	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/mgc.go:1328 +0x27 fp=0x9c7e7f0 sp=0x9c7e7e8 pc=0x805b337
        runtime.goexit({})
        	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/asm_386.s:1393 +0x1 fp=0x9c7e7f4 sp=0x9c7e7f0 pc=0x80ab531
        created by runtime.gcBgMarkStartWorkers in goroutine 1
        	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/mgc.go:1328 +0x12c
        
--- FAIL: Test/fixedbugs/issue57823.go (0.46s)

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 Nov 13, 2024
@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "cmd/internal/testdir" && test == "Test/fixedbugs/issue57823.go"
2024-11-13 19:02 gotip-linux-386 go@d7ea9ff5 cmd/internal/testdir.Test/fixedbugs/issue57823.go (log)
=== RUN   Test/fixedbugs/issue57823.go
=== PAUSE Test/fixedbugs/issue57823.go
=== CONT  Test/fixedbugs/issue57823.go
    testdir_test.go:147: exit status 2
        panic: never GC'd
        
        goroutine 1 gp=0x9c06128 m=0 mp=0x812f6a0 [running]:
        panic({0x80b7c20, 0x80dac6c})
        	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/panic.go:806 +0x144 fp=0x9c4e774 sp=0x9c4e720 pc=0x80a7554
        main.str({0x80c01ca, 0x8}, {0x80c0302, 0x9})
...
        runtime.gcBgMarkWorker(0x9c20400)
        	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/mgc.go:1412 +0xfd fp=0x9c7e7e8 sp=0x9c7e78c pc=0x805b44d
        runtime.gcBgMarkStartWorkers.gowrap1()
        	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/mgc.go:1328 +0x27 fp=0x9c7e7f0 sp=0x9c7e7e8 pc=0x805b337
        runtime.goexit({})
        	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/asm_386.s:1393 +0x1 fp=0x9c7e7f4 sp=0x9c7e7f0 pc=0x80ab531
        created by runtime.gcBgMarkStartWorkers in goroutine 1
        	/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/mgc.go:1328 +0x12c
        
--- FAIL: Test/fixedbugs/issue57823.go (0.46s)

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