]> Cypherpunks repositories - gostls13.git/commit
runtime: fix bad status throw
authorRuss Cox <rsc@golang.org>
Thu, 8 Apr 2010 20:24:53 +0000 (13:24 -0700)
committerRuss Cox <rsc@golang.org>
Thu, 8 Apr 2010 20:24:53 +0000 (13:24 -0700)
commit72157c300b458ea5a48333e8fa427f0a8e247dbb
tree71bb15f36c6234d553d6805e25dd0a8c9c7ed2f6
parent2f0cae46d8ad17751401f2c61009a10ea4bc17b3
runtime: fix bad status throw
when garbage collector sees recovering goroutine

Fixes #711.

R=r
CC=golang-dev
https://golang.org/cl/869045
src/pkg/runtime/mgc0.c
src/pkg/runtime/proc.c
src/pkg/runtime/runtime.h