]> Cypherpunks repositories - gostls13.git/commit
runtime: allow crash from gsignal stack
authorRuss Cox <rsc@golang.org>
Thu, 11 Sep 2014 16:08:30 +0000 (12:08 -0400)
committerRuss Cox <rsc@golang.org>
Thu, 11 Sep 2014 16:08:30 +0000 (12:08 -0400)
commit1d550b87dbbe711a1bf2e54e0ba065a27165d2c1
tree154e9e895575bc13f839569b9279cd912a5a86f8
parentf956740163ad4b46237cea83357b962cada1c2df
runtime: allow crash from gsignal stack

The uses of onM in dopanic/startpanic are okay even from the signal stack.

Fixes #8666.

LGTM=khr
R=khr
CC=golang-codereviews
https://golang.org/cl/134710043
src/runtime/asm_386.s
src/runtime/asm_amd64.s
src/runtime/asm_amd64p32.s
src/runtime/asm_arm.s
src/runtime/crash_test.go
src/runtime/panic.go
src/runtime/proc.c
src/runtime/runtime.h
src/runtime/stubs.go