-
Notifications
You must be signed in to change notification settings - Fork 17.8k
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 with "No such process." since 2021-10-15 #50838
Comments
Since this failure mode is old, I'm putting this in backlog. But if it looks like this is plaguing the dashboard enough, we might want to consider moving it into the 1.18 milestone. |
Note that this particular failure mode is not old — it's new as of October. (The older failures for this test have different failure modes.) |
One more:
2022-02-10T01:08:52-656d3f4/linux-386 Note that these failures are so far all on first-class ports. |
This is a release blocker at least until a skip is added for this failure mode, then it can be moved back to the backlog. (Given the other failure modes of this test, I don't think it's worth trying to get in a fix for the root cause during the freeze.) |
This looks like https://sourceware.org/bugzilla/show_bug.cgi?id=9086, open against |
Oof. I'll add the skip. |
I've got a CL pending already. I should also update the other skip with a comment for the GDB bug... |
Ah OK. Feel free to send it to me. |
Change https://go.dev/cl/385175 mentions this issue: |
greplogs --dashboard -md -l -e 'FAIL: TestGdbBacktrace .*(?:\n .*)*: No such process\.'
2022-01-24T17:07:30-f88c3b9/linux-386
2021-11-05T20:59:43-dbd3cf8/linux-amd64-nocgo
2021-10-15T03:49:17-8dab959/linux-amd64-nocgo
This is a new failure mode for a known-flaky test (see #37405; CC @aclements, @jeremyfaller). Unfortunately, this failure mode appears to predate the CLs added for that issue.
The text was updated successfully, but these errors were encountered: