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

runtime: TestGdbBacktrace failures due to GDB "internal-error: wait returned unexpected status 0x0" [1.17 backport] #53049

Closed
gopherbot opened this issue May 24, 2022 · 4 comments
Labels
CherryPickApproved Used during the release process for point releases FrozenDueToAge release-blocker Testing An issue that has been verified to require only test changes, not just a test failure.
Milestone

Comments

@gopherbot
Copy link
Contributor

@bcmills requested issue #43068 to be considered for backport to the next 1.17 minor release.

@gopherbot, please backport to Go 1.17. This test still fails intermittently on the release branch, and the patch to skip for that failure mode is small and test-only.

@gopherbot
Copy link
Contributor Author

Change https://go.dev/cl/408054 mentions this issue: [release-branch.go1.17] runtime: skip TestGdbBacktrace flakes matching a known GDB internal error

@bcmills
Copy link
Contributor

bcmills commented May 24, 2022

This will clear a current failure on the linux-amd64-nocgo builder:
https://build.golang.org/log/76c6bbec4e2afb5eb525cc833bcd4edb6b79b40c

@bcmills bcmills added release-blocker Testing An issue that has been verified to require only test changes, not just a test failure. labels May 24, 2022
@toothrot toothrot added the CherryPickApproved Used during the release process for point releases label May 25, 2022
@toothrot
Copy link
Contributor

Approved. Low risk, trivial change that fixes testing issues.

@gopherbot gopherbot removed the CherryPickCandidate Used during the release process for point releases label May 25, 2022
@gopherbot
Copy link
Contributor Author

Closed by merging e846f3f to release-branch.go1.17.

gopherbot pushed a commit that referenced this issue May 25, 2022
…g a known GDB internal error

TestGdbBacktrace occasionally fails due to a GDB internal error.
We have observed the error on various linux builders since at least
October 2020, and it has been reported upstream at least twice.¹²

Since the bug is external to the Go project and does not appear to be
fixed upstream, this failure mode can only add noise.

¹https://sourceware.org/bugzilla/show_bug.cgi?id=24628
²https://sourceware.org/bugzilla/show_bug.cgi?id=28551

Fixes #53049
Updates #43068

Change-Id: I6c92006a5d730f1c4df54b0307f080b3d643cc6b
Reviewed-on: https://go-review.googlesource.com/c/go/+/384234
Trust: Bryan Mills <[email protected]>
Run-TryBot: Bryan Mills <[email protected]>
Reviewed-by: Michael Pratt <[email protected]>
TryBot-Result: Gopher Robot <[email protected]>
(cherry picked from commit 275aedc)
Reviewed-on: https://go-review.googlesource.com/c/go/+/408054
Reviewed-by: Alex Rakoczy <[email protected]>
@golang golang locked and limited conversation to collaborators May 25, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
CherryPickApproved Used during the release process for point releases FrozenDueToAge release-blocker Testing An issue that has been verified to require only test changes, not just a test failure.
Projects
None yet
Development

No branches or pull requests

3 participants