Descriptionruntime: fix FreeBSD signal handling around thread creation
Ignore signals while we are spawning a new thread. Previously, a
signal arriving just before runtime.minit setting up the signal
handler triggers a "double fault" in signal trampolining.
Fixes issue 3017.
Patch Set 1 #Patch Set 2 : diff -r ba4f5ef37b6d https://go.googlecode.com/hg/ #Patch Set 3 : diff -r ba4f5ef37b6d https://go.googlecode.com/hg/ #Patch Set 4 : diff -r ba4f5ef37b6d https://go.googlecode.com/hg/ #
Total comments: 3
Patch Set 5 : diff -r ba4f5ef37b6d https://go.googlecode.com/hg/ #
MessagesTotal messages: 14
|