]> Cypherpunks repositories - gostls13.git/commit
runtime: in newstack, double-check calling goroutine
authorRuss Cox <rsc@golang.org>
Fri, 2 Aug 2013 17:51:28 +0000 (13:51 -0400)
committerRuss Cox <rsc@golang.org>
Fri, 2 Aug 2013 17:51:28 +0000 (13:51 -0400)
commitebc5513be607165c4d676283d76b3284f103dbd8
treeaaa5b4efb625bcd03438004849a2935a83bb3c87
parentb8b48abe0fbd3ce6a1f8332da8ad6b8885a3aa1d
runtime: in newstack, double-check calling goroutine

Checking this condition helped me find the arm problem last night.

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/12267043
src/pkg/runtime/stack.c