]> Cypherpunks repositories - gostls13.git/commit
runtime: print error on receipt of signal on non-Go thread
authorRuss Cox <rsc@golang.org>
Mon, 12 Mar 2012 19:55:18 +0000 (15:55 -0400)
committerRuss Cox <rsc@golang.org>
Mon, 12 Mar 2012 19:55:18 +0000 (15:55 -0400)
commitb23691148f4860721a659347a3d6e693f93538da
tree918435a3dccd7d756bfb61aa3b46e16fa089c677
parent72801291d6cb2109cc6578b4d1fb508cd4ae4f43
runtime: print error on receipt of signal on non-Go thread

It's the best we can do before Go 1.

For issue 3250; not a fix but at least less mysterious.

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/5797068
19 files changed:
src/pkg/runtime/sys_darwin_386.s
src/pkg/runtime/sys_darwin_amd64.s
src/pkg/runtime/sys_freebsd_386.s
src/pkg/runtime/sys_freebsd_amd64.s
src/pkg/runtime/sys_linux_386.s
src/pkg/runtime/sys_linux_amd64.s
src/pkg/runtime/sys_netbsd_386.s
src/pkg/runtime/sys_netbsd_amd64.s
src/pkg/runtime/sys_openbsd_386.s
src/pkg/runtime/sys_openbsd_amd64.s
src/pkg/runtime/sys_windows_386.s
src/pkg/runtime/sys_windows_amd64.s
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
src/pkg/runtime/thread_plan9.c
src/pkg/runtime/thread_windows.c