-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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
cmd/compile: function ABIs broke TestNexting #28787
Comments
It happens somewhere after the compiler, so officially not obvious. |
My working hypothesis is that something goes wrong here:
in cmd/link/internal/ld/dwarf.go |
Thanks. I suspect where that's going wrong is s.FuncInfo.IsStmtSym = r.syms.Lookup(dwarf.IsStmtPrefix+s.Name, int(s.Version)) in |
This was fixed by https://go-review.googlesource.com/c/go/+/149605 |
This appears to be failing again for linux-amd64-longtest. Latest failure: https://build.golang.org/log/ad327f4df87dc312a4840aa82dccbaf832822120 |
@dr2chase Can you look into this and let us know if it should still be a release blocker? |
CL 147160 broke TestNesting. For example, https://build.golang.org/log/32264b507240ee2701ccd300c01463e1968f98bf
@dr2chase, is there anything obvious that would have caused this failure?
The text was updated successfully, but these errors were encountered: