]> Cypherpunks repositories - gostls13.git/commit
runtime: fix empty heap dump bug on windows.
authorShenghou Ma <minux.ma@gmail.com>
Sat, 31 May 2014 08:09:48 +0000 (01:09 -0700)
committerShenghou Ma <minux.ma@gmail.com>
Sat, 31 May 2014 08:09:48 +0000 (01:09 -0700)
commita68b9be93518300b15b6830648f8e2be7ebbfdf3
tree906f08abb4915401c71e2ead341c12b45cbfdc62
parent3f66c0c07b271af796765ce5e9e9c21a86ddb0d7
runtime: fix empty heap dump bug on windows.
Fixes #8119.

LGTM=khr, rsc
R=alex.brainman, khr, bradfitz, rsc
CC=golang-codereviews
https://golang.org/cl/93640044
src/pkg/runtime/debug/heapdump_test.go [new file with mode: 0644]
src/pkg/runtime/os_plan9.c
src/pkg/runtime/os_solaris.c
src/pkg/runtime/os_windows.c
src/pkg/runtime/runtime.h