1
0
mirror of https://github.com/golang/go synced 2024-11-24 02:40:17 -07:00
go/misc/cgo
Srdjan Petrovic 5c8fbc6f1e runtime: signal forwarding
Forward signals to signal handlers installed before Go installs its own,
under certain circumstances.  In particular, as iant@ suggests, signals are
forwarded iff:
   (1) a non-SIG_DFL signal handler existed before Go, and
   (2) signal is synchronous (i.e., one of SIGSEGV, SIGBUS, SIGFPE), and
   	(3a) signal occured on a non-Go thread, or
   	(3b) signal occurred on a Go thread but in CGo code.

Supported only on Linux, for now.

Change-Id: I403219ee47b26cf65da819fb86cf1ec04d3e25f5
Reviewed-on: https://go-review.googlesource.com/8712
Reviewed-by: Ian Lance Taylor <iant@golang.org>
2015-04-24 05:19:39 +00:00
..
errors build: convert run.bash, run.bat, and run.rc into a Go program 2015-03-03 23:22:11 +00:00
gmp
life
nocgo
stdio
test runtime: delete cgo_allocate 2015-04-17 01:30:47 +00:00
testasan
testcarchive misc/cgo/testcarchive: enable test on darwin/arm 2015-04-20 15:16:16 +00:00
testcshared misc/cgo/testcshared: add c-shared test with no exports 2015-04-21 20:50:23 +00:00
testgodefs build: convert run.bash, run.bat, and run.rc into a Go program 2015-03-03 23:22:11 +00:00
testsigfwd runtime: signal forwarding 2015-04-24 05:19:39 +00:00
testso Revert "misc/cgo/testso: add test for fixed issue 4339" 2015-04-07 11:50:28 +00:00
testtls