Skip to content

runtime/debug: docs on go-wiki don't describe all fields in goroutine record #7874

@rhysh

Description

@rhysh
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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions