runtime.c
10.7 KB
-
runtime: make gsignal stack at least SIGSTKSZ bytes · fc4eaccf
The default stack size for the gsignal goroutine, 32K, is not enough on ia64. Make sure that the stack size is at least SIGSTKSZ. Reviewed-on: https://go-review.googlesource.com/28224 From-SVN: r239894
Ian Lance Taylor committed