-
Notifications
You must be signed in to change notification settings - Fork 17.9k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
runtime: TestGdbBacktrace failures due to GDB "internal-error: wait returned unexpected status 0x0" #43068
Comments
https://sourceware.org/bugzilla/show_bug.cgi?id=20301
|
Looks like the same underlying GDB bug on 2021-05-10T19:19:34-dc50683/linux-riscv64-jsing
CC @4a6f656c |
2022-01-12T00:01:48-8070e70/linux-riscv64-jsing |
|
Note that the most recent failure is on Given how little time is left in the Go 1.18 release cycle, marking as release-blocker for Go 1.19. |
Given that the failure is within GDB itself, we could resolve this issue by doing one or more of the following:
|
There are at least two upstream bugs reported against GDB for this symptom: |
Change https://go.dev/cl/384234 mentions this issue: |
Actually, we can do that one now, and we should: otherwise, this test may flake for Go users when they run |
@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. |
Backport issue(s) opened: #53049 (for 1.17). Remember to create the cherry-pick CL(s) as soon as the patch is submitted to master, according to https://go.dev/wiki/MinorReleases. |
Change https://go.dev/cl/408054 mentions this issue: |
…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 <bcmills@google.com> Run-TryBot: Bryan Mills <bcmills@google.com> Reviewed-by: Michael Pratt <mpratt@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> (cherry picked from commit 275aedc) Reviewed-on: https://go-review.googlesource.com/c/go/+/408054 Reviewed-by: Alex Rakoczy <alex@golang.org>
2020-12-07T21:01:46-7ad6596/linux-mips64le-mengzhuo
2020-10-23T15:11:15-646531c/linux-mips64le-mengzhuo
See previously #37405 (
TestGdbBacktrace
hanging on the same builder), #39228 (TestGdbBacktrace
failures on Linux), #39204 (meta-bug aboutruntime
GDB test flakiness).CC @mengzhuo @ianlancetaylor
The text was updated successfully, but these errors were encountered: