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

os/signal: TestNotifyContextNotifications failures #57829

Closed
gopherbot opened this issue Jan 16, 2023 · 2 comments
Closed

os/signal: TestNotifyContextNotifications failures #57829

gopherbot opened this issue Jan 16, 2023 · 2 comments
Labels
compiler/runtime Issues related to the Go compiler and/or runtime. FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.

Comments

@gopherbot
Copy link

#!watchflakes
post <- pkg == "os/signal" && test == "TestNotifyContextNotifications"

Issue created automatically to collect these failures.

Example (log):

panic: test timed out after 3m0s

runtime.gopark(0xc00011bd68?, 0xc00011bdd0?, 0xe5?, 0xc8?, 0xc00011bdf8?)
	/opt/golang/tmp/workdir-host-solaris-oracle-amd64-oraclerel/go/src/runtime/proc.go:361 +0xd6 fp=0xc00011bd50 sp=0xc00011bd30 pc=0x436d56
runtime.chanrecv(0xc0000b0690, 0xc00011be4f, 0x1)
	/opt/golang/tmp/workdir-host-solaris-oracle-amd64-oraclerel/go/src/runtime/chan.go:577 +0x56c fp=0xc00011bde0 sp=0xc00011bd50 pc=0x405f2c
runtime.chanrecv1(0xc000098030?, 0x1?)
	/opt/golang/tmp/workdir-host-solaris-oracle-amd64-oraclerel/go/src/runtime/chan.go:440 +0x18 fp=0xc00011be08 sp=0xc00011bde0 pc=0x405958
testing.(*T).Run(0xc0000036c0, {0x5385d4?, 0x2?}, 0xc000092400)
	/opt/golang/tmp/workdir-host-solaris-oracle-amd64-oraclerel/go/src/testing/testing.go:1487 +0x37a fp=0xc00011bea8 sp=0xc00011be08 pc=0x4bc85a
os/signal.TestNotifyContextNotifications(0xc0001e4340?)
	/opt/golang/tmp/workdir-host-solaris-oracle-amd64-oraclerel/go/src/os/signal/signal_test.go:733 +0x1d1 fp=0xc00011bf70 sp=0xc00011bea8 pc=0x4cfb11
testing.tRunner(0xc0000036c0, 0x543928)

watchflakes

@gopherbot gopherbot added NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. compiler/runtime Issues related to the Go compiler and/or runtime. labels Jan 16, 2023
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "os/signal" && test == "TestNotifyContextNotifications"
2023-01-09 17:35 solaris-amd64-oraclerel go@87105e5b os/signal.TestNotifyContextNotifications (log)
panic: test timed out after 3m0s

runtime.gopark(0xc00011bd68?, 0xc00011bdd0?, 0xe5?, 0xc8?, 0xc00011bdf8?)
	/opt/golang/tmp/workdir-host-solaris-oracle-amd64-oraclerel/go/src/runtime/proc.go:361 +0xd6 fp=0xc00011bd50 sp=0xc00011bd30 pc=0x436d56
runtime.chanrecv(0xc0000b0690, 0xc00011be4f, 0x1)
	/opt/golang/tmp/workdir-host-solaris-oracle-amd64-oraclerel/go/src/runtime/chan.go:577 +0x56c fp=0xc00011bde0 sp=0xc00011bd50 pc=0x405f2c
runtime.chanrecv1(0xc000098030?, 0x1?)
	/opt/golang/tmp/workdir-host-solaris-oracle-amd64-oraclerel/go/src/runtime/chan.go:440 +0x18 fp=0xc00011be08 sp=0xc00011bde0 pc=0x405958
testing.(*T).Run(0xc0000036c0, {0x5385d4?, 0x2?}, 0xc000092400)
	/opt/golang/tmp/workdir-host-solaris-oracle-amd64-oraclerel/go/src/testing/testing.go:1487 +0x37a fp=0xc00011bea8 sp=0xc00011be08 pc=0x4bc85a
os/signal.TestNotifyContextNotifications(0xc0001e4340?)
	/opt/golang/tmp/workdir-host-solaris-oracle-amd64-oraclerel/go/src/os/signal/signal_test.go:733 +0x1d1 fp=0xc00011bf70 sp=0xc00011bea8 pc=0x4cfb11
testing.tRunner(0xc0000036c0, 0x543928)

watchflakes

@bcmills
Copy link
Contributor

bcmills commented Jan 17, 2023

Duplicate of #51054.

(Note that commit 87105e5 is on release-branch.go1.18.)

@bcmills bcmills closed this as not planned Won't fix, can't repro, duplicate, stale Jan 17, 2023
@golang golang locked and limited conversation to collaborators Jan 17, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
compiler/runtime Issues related to the Go compiler and/or runtime. FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Projects
None yet
Development

No branches or pull requests

2 participants