Navigation Menu

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/debug: docs on go-wiki don't describe all fields in goroutine record #7874

Closed
rhysh opened this issue Apr 26, 2014 · 2 comments
Closed

Comments

@rhysh
Copy link
Contributor

rhysh commented Apr 26, 2014

What does 'go version' print?
$ go version
go version devel +f8b50ad4cac4 Mon Apr 21 17:00:27 2014 -0700 darwin/amd64

What happened?
dumpgoroutine spits out gp->panic and gp->defer, but they are not mentioned in the
heap dump output docs.

http://tip.golang.org/src/pkg/runtime/heapdump.c#L397
https://code.google.com/p/go-wiki/wiki/heapdump13

What should have happened instead?
Docs should describe uvarint fields for defer and panic pointers.
@bradfitz
Copy link
Contributor

Comment 1:

Labels changed: added documentation.

Owner changed to @randall77.

Status changed to Accepted.

@randall77
Copy link
Contributor

Comment 2:

Status changed to Fixed.

@golang golang locked and limited conversation to collaborators Jun 25, 2016
This issue was closed.
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