]> Cypherpunks repositories - gostls13.git/commit
runtime: expand error for signal received on non-Go thread.
authorAlan Donovan <adonovan@google.com>
Fri, 15 Feb 2013 04:37:14 +0000 (23:37 -0500)
committerRuss Cox <rsc@golang.org>
Fri, 15 Feb 2013 04:37:14 +0000 (23:37 -0500)
commite49f94560346696fe326f307ba24f1be951d2a6d
treec6d6691cc8d84f5bd1994eda3381a5e1d4ab3e28
parentc5b4292eb3dd41766a9ea0e89f630c5ec783bf42
runtime: expand error for signal received on non-Go thread.

We call runtime.findnull dynamically to avoid exceeding the
static nosplit stack limit check.  (Thanks minux!)

Fixes #4048.

R=rsc, minux.ma, ality
CC=golang-dev
https://golang.org/cl/7232066
src/pkg/runtime/thread_darwin.c
src/pkg/runtime/thread_freebsd.c
src/pkg/runtime/thread_linux.c
src/pkg/runtime/thread_netbsd.c
src/pkg/runtime/thread_openbsd.c