]> Cypherpunks repositories - gostls13.git/commit
runtime: do not create new threads during malloc.
authorRuss Cox <rsc@golang.org>
Tue, 17 Nov 2009 22:42:08 +0000 (14:42 -0800)
committerRuss Cox <rsc@golang.org>
Tue, 17 Nov 2009 22:42:08 +0000 (14:42 -0800)
commit4dfd7fdde5957e4f3ba1a0285333f7c807c28f03
tree87cbbfa7cd41537a176fbde87d84844ea49590a6
parent33d10e4d32db8fede59977355767bfa91ae06bad
runtime: do not create new threads during malloc.
the signal handling stack is a different size than
the normal stack, so it cannot be allocated using
the backup stack allocator.

Fixes #250.

R=agl1
CC=golang-dev
https://golang.org/cl/157044
src/pkg/runtime/proc.c