mirror of
https://github.com/golang/go
synced 2024-11-13 18:40:22 -07:00
c4770b991b
NPTL uses SIGRTMIN (signal 32) to effect thread cancellation. Go's runtime replaces NPTL's signal handler with its own, and ends up aborting if a C library that ends up calling pthread_cancel is used. This patch prevents runtime from replacing NPTL's handler. Fixes #6997. R=golang-codereviews, iant, dvyukov CC=golang-codereviews https://golang.org/cl/47540043 |
||
---|---|---|
.. | ||
errors | ||
gmp | ||
life | ||
stdio | ||
test | ||
testasan | ||
testcdefs | ||
testso | ||
testtls |