-
Notifications
You must be signed in to change notification settings - Fork 17.7k
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/pprof: graphviz node names are funny with generics [1.19 backport] #54420
Comments
Note that we are backporting an update of github.com/google/pprof. This update CL includes two pprof changes (google/pprof@d04f242 and google/pprof@a41b82a). Only the latter is needed to fix the bug, but IMO the other is safe enough that it is not worth creating a custom backport CL to avoid that commit. |
Change https://go.dev/cl/423356 mentions this issue: |
Closed by merging 2375ef8 to release-branch.go1.19. |
…ngled type parameter symbol names Updates github.com/google/pprof to bring in the commit from google/pprof#717 which fixes mangled symbol names for type parameters. For #54105 Fixes #54420 Change-Id: I01af9f780aba3338b960a03b30906a23642e4448 Reviewed-on: https://go-review.googlesource.com/c/go/+/420234 TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org> Run-TryBot: Emmanuel Odeke <emmanuel@orijtech.com> Reviewed-by: Than McIntosh <thanm@google.com> (cherry picked from commit cd9cd92) Reviewed-on: https://go-review.googlesource.com/c/go/+/423356 Run-TryBot: Michael Pratt <mpratt@google.com> Reviewed-by: Emmanuel Odeke <emmanuel@orijtech.com>
…ngled type parameter symbol names Updates github.com/google/pprof to bring in the commit from google/pprof#717 which fixes mangled symbol names for type parameters. For golang#54105 Fixes golang#54420 Change-Id: I01af9f780aba3338b960a03b30906a23642e4448 Reviewed-on: https://go-review.googlesource.com/c/go/+/420234 TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org> Run-TryBot: Emmanuel Odeke <emmanuel@orijtech.com> Reviewed-by: Than McIntosh <thanm@google.com> (cherry picked from commit cd9cd92) Reviewed-on: https://go-review.googlesource.com/c/go/+/423356 Run-TryBot: Michael Pratt <mpratt@google.com> Reviewed-by: Emmanuel Odeke <emmanuel@orijtech.com>
@prattmic requested issue #54105 to be considered for backport to the next 1.19 minor release.
The text was updated successfully, but these errors were encountered: