Descriptionruntime: 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 issue 3314.
Patch Set 1 #Patch Set 2 : diff -r aedfd2d76b76 https://go.googlecode.com/hg/ #Patch Set 3 : diff -r aedfd2d76b76 https://go.googlecode.com/hg/ #
Total comments: 1
Patch Set 4 : diff -r 131ae87a607b https://go.googlecode.com/hg/ #MessagesTotal messages: 4
|