-
Notifications
You must be signed in to change notification settings - Fork 18k
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: "failed to fetch any source profiles" in TestTimePprof #41120
Comments
It looks like the underlying problem here is that |
We had a brief cluster of these and they haven't shown up since: 2020-09-03T05:33:35-6c76ede/linux-amd64-longtest |
Change https://golang.org/cl/258802 mentions this issue: |
We've seen timeouts of TestTimePprof, but the tracebacks aren't useful because goroutines are running on other threads. Add GOTRACEBACK=crash to catch these in the future. For #41120. Change-Id: I97318172ef78d0cbab10df5e4ffcbfeadff579e3 Reviewed-on: https://go-review.googlesource.com/c/go/+/258802 Trust: Austin Clements <austin@google.com> Run-TryBot: Austin Clements <austin@google.com> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Bryan C. Mills <bcmills@google.com>
This hasn't been happening lately and seems that it shouldn't be blocking the release anymore. We should update the issue if something changes. |
According to |
2020-08-28T21:23:32-a58a8d2/linux-amd64
2020-08-28T20:01:41-54e18f1/linux-amd64
There were two of these right in a row, and none with quite the same failure mode before today, so this looks like a possible 1.16 regression to me, possibly related to #41014.
CC @aclements @ianlancetaylor (via CL 97315)
The text was updated successfully, but these errors were encountered: