Russ Cox 2e4a035995 runtime: do not handle signals before configuring handler
There was a small window during program initialization
where a signal could come in before the handling mechanisms
were set up to handle it.  Delay the signal-handler installation
until we're ready for the signals.

Fixes #3314.

R=golang-dev, dsymonds, mikioh.mikioh
CC=golang-dev
https://golang.org/cl/5833049
2012-03-15 22:17:54 -04:00
..
2012-03-15 16:38:27 -07:00
2012-02-06 13:34:25 -05:00
2012-02-13 22:31:51 -05:00
2012-02-16 10:44:55 +11:00
2012-02-15 23:52:07 +09:00
2012-02-20 12:17:27 +11:00
2012-03-13 12:51:28 +11:00