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: TestSignalTrace is flaky on openbsd/arm64 #70460

Open
4a6f656c opened this issue Nov 20, 2024 · 3 comments
Open

os/signal: TestSignalTrace is flaky on openbsd/arm64 #70460

4a6f656c opened this issue Nov 20, 2024 · 3 comments
Labels
arch-arm64 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. OS-OpenBSD
Milestone

Comments

@4a6f656c
Copy link
Contributor

The os/signal.TestSignalTrace is flaky on openbsd/arm64:

https://build.golang.org/log/5a334b71cd825842917d59f362ca9c211da82ec9

https://build.golang.org/log/2c4c9b74d2a13ab71e0a00d8430fbf367a4a96e1

This appears to be a signal being lost - it's not currently clear when this issue started, or where the problem exists (and it may well be a kernel related issue). The failure can be reproduced by running os/signal.TestSignalTrace in a loop on an Apple M1 or Apple M2. Running another competing workload (such as a build) will speed up the test failure.

This test should be skipped until it can be diagnosed further.

@gopherbot gopherbot added the compiler/runtime Issues related to the Go compiler and/or runtime. label Nov 20, 2024
@gopherbot
Copy link
Contributor

Change https://go.dev/cl/630036 mentions this issue: os/signal: skip TestSignalTrace on openbsd/arm64

@dmitshur dmitshur added the NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. label Nov 20, 2024
@dmitshur dmitshur added this to the Backlog milestone Nov 20, 2024
@dmitshur
Copy link
Contributor

CC @golang/openbsd.

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

No branches or pull requests

4 participants