Skip to content
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: heapdump16 and heapdump17 are missing #24295

Closed
jeffallen opened this issue Mar 7, 2018 · 4 comments
Closed

runtime: heapdump16 and heapdump17 are missing #24295

jeffallen opened this issue Mar 7, 2018 · 4 comments

Comments

@jeffallen
Copy link
Contributor

jeffallen commented Mar 7, 2018

What version of Go are you using (go version)?

1.10

What did you do?

Trying to decode heap dumps. The godoc leads me to https://github.com/golang/go/wiki/heapdump15
, but heap dump version 1.6 and 1.7 exist as well:

  1. 1.7: 30f93f0
  2. 1.6: cedbbfa (but the code review in https://go-review.googlesource.com/c/go/+/18912 seems to indicate there was no actual change?)

It would be helpful to have the specification for heapdump16 and heapdump17 in the wiki.

@ALTree ALTree changed the title heapdump16 and heapdump17 are missing runtime: heapdump16 and heapdump17 are missing Mar 7, 2018
@odeke-em
Copy link
Member

odeke-em commented Mar 7, 2018

/cc @randall77 @aclements

@randall77
Copy link
Contributor

1.5->1.6 had no changes other than the header.
1.6->1.7 has one very minor change to how to tell whether an interface is direct.

I'll update the wiki.

@randall77
Copy link
Contributor

Done.
Let me know if my changes are clear.

@odeke-em
Copy link
Member

odeke-em commented Mar 7, 2018

For posterity, the new link is: https://github.com/golang/go/wiki/heapdump15-through-heapdump17

@golang golang locked and limited conversation to collaborators Mar 7, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants