-
Notifications
You must be signed in to change notification settings - Fork 18k
x/tools/go/analysis/passes/httpresponse: unrecognized failures #59910
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
Comments
Found new dashboard test flakes for:
2023-05-01 14:33 linux-ppc64le-buildlet tools@7590fe4d go@069f9fb2 x/tools/go/analysis/passes/httpresponse (log)
|
@griesemer @findleyr This looks like a go/types flake. |
This panic indicates that |
I agree, it is weird. The crash is reported in Lookup, whose only (noninlined) possible nil panic is the s dereference, but the call stack shows the parent is LookupParent, which only calls it with a non-nil s. goroot/src/go/types/scope.go:
The ppc assembly looks fine to me. Perhaps one of the compiler+runtime folks can take a look.
|
CC @golang/runtime |
Duplicate of #37602 |
Issue created automatically to collect these failures.
Example (log):
— watchflakes
The text was updated successfully, but these errors were encountered: