components/bind/patches/15975687.increase-stack-size.patch
author Mike Sullivan <Mike.Sullivan@Oracle.COM>
Mon, 21 Oct 2013 16:44:30 -0700
branchs11-update
changeset 2797 1456c0bc0212
parent 2467 879b00be0487
permissions -rw-r--r--
Close of build 26.

--- a/lib/isc/pthreads/thread.c
+++ b/lib/isc/pthreads/thread.c
@@ -25,7 +25,7 @@
 #include <isc/util.h>
 
 #ifndef THREAD_MINSTACKSIZE
-#define THREAD_MINSTACKSIZE		(64U * 1024)
+#define THREAD_MINSTACKSIZE		(1024U * 1024)
 #endif
 
 isc_result_t