Skip to content

cmd/cgo/internal/test: TestCthread failures #71818

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 Feb 18, 2025 · 1 comment
Open

cmd/cgo/internal/test: TestCthread failures #71818

gopherbot opened this issue Feb 18, 2025 · 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/cgo/internal/test" && test == "TestCthread"

Issue created automatically to collect these failures.

Example (log):

=== RUN   TestCthread
Exception 0x200c7 0xecd54de8 0xcc483ff 0x0
PC=0x0

fatal error: unexpected signal during runtime execution
[signal 0xc0000005 code=0x0 addr=0x0 pc=0x91588e]

runtime stack:
runtime.throw({0xa78c85, 0x2a})
	C:/b/s/w/ir/x/w/goroot/src/runtime/panic.go:1108 +0x35 fp=0x2acefa14 sp=0x2acefa00 pc=0x927b25
...
	C:/b/s/w/ir/x/w/goroot/src/runtime/proc.go:435 +0xfd fp=0x19bdf8c sp=0x19bdf78 pc=0x927c5d
runtime.gcBgMarkWorker(0x19949c0)
	C:/b/s/w/ir/x/w/goroot/src/runtime/mgc.go:1432 +0xe2 fp=0x19bdfe8 sp=0x19bdf8c pc=0x8cf882
runtime.gcBgMarkStartWorkers.gowrap1()
	C:/b/s/w/ir/x/w/goroot/src/runtime/mgc.go:1348 +0x25 fp=0x19bdff0 sp=0x19bdfe8 pc=0x8cf785
runtime.goexit({})
	C:/b/s/w/ir/x/w/goroot/src/runtime/asm_386.s:1393 +0x1 fp=0x19bdff4 sp=0x19bdff0 pc=0x92d731
created by runtime.gcBgMarkStartWorkers in goroutine 69
	C:/b/s/w/ir/x/w/goroot/src/runtime/mgc.go:1348 +0x11a
*** Test killed: ran too long (4m0s).

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

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "cmd/cgo/internal/test" && test == "TestCthread"
2025-02-18 17:28 gotip-windows-386 go@0bdc7921 cmd/cgo/internal/test.TestCthread [ABORT] (log)
=== RUN   TestCthread
Exception 0x200c7 0xecd54de8 0xcc483ff 0x0
PC=0x0

fatal error: unexpected signal during runtime execution
[signal 0xc0000005 code=0x0 addr=0x0 pc=0x91588e]

runtime stack:
runtime.throw({0xa78c85, 0x2a})
	C:/b/s/w/ir/x/w/goroot/src/runtime/panic.go:1108 +0x35 fp=0x2acefa14 sp=0x2acefa00 pc=0x927b25
...
	C:/b/s/w/ir/x/w/goroot/src/runtime/proc.go:435 +0xfd fp=0x19bdf8c sp=0x19bdf78 pc=0x927c5d
runtime.gcBgMarkWorker(0x19949c0)
	C:/b/s/w/ir/x/w/goroot/src/runtime/mgc.go:1432 +0xe2 fp=0x19bdfe8 sp=0x19bdf8c pc=0x8cf882
runtime.gcBgMarkStartWorkers.gowrap1()
	C:/b/s/w/ir/x/w/goroot/src/runtime/mgc.go:1348 +0x25 fp=0x19bdff0 sp=0x19bdfe8 pc=0x8cf785
runtime.goexit({})
	C:/b/s/w/ir/x/w/goroot/src/runtime/asm_386.s:1393 +0x1 fp=0x19bdff4 sp=0x19bdff0 pc=0x92d731
created by runtime.gcBgMarkStartWorkers in goroutine 69
	C:/b/s/w/ir/x/w/goroot/src/runtime/mgc.go:1348 +0x11a
*** Test killed: ran too long (4m0s).

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