1
0
mirror of https://github.com/golang/go synced 2024-11-19 16:04:48 -07:00
go/src/runtime/testdata
Elias Naur c3189cee71 runtime: forward crashing signals to late handlers
CL 49590 made it possible for external signal handlers to catch
signals from a crashing Go process. This CL extends that support
to handlers registered after the Go runtime has initialized.

Updates #20392 (and possibly fix it).

Change-Id: I18eccd5e958a505f4d1782a7fc51c16bd3a4ff9c
Reviewed-on: https://go-review.googlesource.com/57291
Run-TryBot: Elias Naur <elias.naur@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
2017-08-29 07:40:19 +00:00
..
testprog runtime: delay exiting while panic is running deferred functions 2017-06-05 22:42:48 +00:00
testprogcgo runtime: forward crashing signals to late handlers 2017-08-29 07:40:19 +00:00
testprognet runtime, syscall: reset signal handlers to default in child 2017-06-14 14:00:56 +00:00