]> Cypherpunks repositories - gostls13.git/commit
runtime: unblock signals when we try to core dump
authorShenghou Ma <minux.ma@gmail.com>
Fri, 20 Dec 2013 01:45:05 +0000 (20:45 -0500)
committerShenghou Ma <minux.ma@gmail.com>
Fri, 20 Dec 2013 01:45:05 +0000 (20:45 -0500)
commit0097d30c9715a524aabf62778927d2cac8b7dd35
treea8674527f0a4081005378bd60e6b7003d434c64a
parentcbc565a80156a4dd4108ef5e1e170602415418a8
runtime: unblock signals when we try to core dump
Fixes #6988.

R=golang-dev, iant
CC=golang-dev
https://golang.org/cl/44070046
13 files changed:
src/pkg/runtime/os_darwin.c
src/pkg/runtime/os_darwin.h
src/pkg/runtime/os_dragonfly.c
src/pkg/runtime/os_dragonfly.h
src/pkg/runtime/os_freebsd.c
src/pkg/runtime/os_freebsd.h
src/pkg/runtime/os_linux.c
src/pkg/runtime/os_linux.h
src/pkg/runtime/os_netbsd.c
src/pkg/runtime/os_netbsd.h
src/pkg/runtime/os_openbsd.c
src/pkg/runtime/os_openbsd.h
src/pkg/runtime/signal_unix.c