components/bind/patches/15975687.increase-stack-size.patch
author tomas.jedlicka <tomas.jedlicka@oracle.com>
Mon, 28 Jan 2013 18:05:32 +0100
branchs11u1-sru
changeset 2476 a8b64d3a690a
permissions -rw-r--r--
15975687 BIND v9.6-ESV-R8 dumps core files during reload/refresh.

--- 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