]> Cypherpunks repositories - gostls13.git/commit
runtime: fix crash in runtime.GoroutineProfile
authorRuss Cox <rsc@golang.org>
Fri, 13 Dec 2013 20:44:57 +0000 (15:44 -0500)
committerRuss Cox <rsc@golang.org>
Fri, 13 Dec 2013 20:44:57 +0000 (15:44 -0500)
commitbc135f6492035024e778fe7dedb451ebaa06d3e8
tree0d380fd72d92f17a99f5a496de99f1b4f6979174
parentc134ce272f5e1170908771f8371f5f8c01caf37c
runtime: fix crash in runtime.GoroutineProfile

This is a possible Go 1.2.1 candidate.

Fixes #6946.

R=iant, r
CC=golang-dev
https://golang.org/cl/41640043
src/pkg/runtime/mgc0.c
src/pkg/runtime/mprof.goc
src/pkg/runtime/proc.c
src/pkg/runtime/runtime_unix_test.go [new file with mode: 0644]
src/pkg/runtime/traceback_arm.c
src/pkg/runtime/traceback_x86.c