# HG changeset patch # User tomas.jedlicka # Date 1357912579 -3600 # Node ID 0da85daf9135c2336318b71d41f13e1041699fc6 # Parent 512075e4ba589e41ad7dc448da3e2407ec05b46b 15975687 BIND v9.6-ESV-R8 dumps core files during reload/refresh. diff -r 512075e4ba58 -r 0da85daf9135 components/bind/patches/15975687.increase-stack-size.patch --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/components/bind/patches/15975687.increase-stack-size.patch Fri Jan 11 14:56:19 2013 +0100 @@ -0,0 +1,12 @@ +--- a/lib/isc/pthreads/thread.c ++++ b/lib/isc/pthreads/thread.c +@@ -25,7 +25,7 @@ + #include + + #ifndef THREAD_MINSTACKSIZE +-#define THREAD_MINSTACKSIZE (64U * 1024) ++#define THREAD_MINSTACKSIZE (1024U * 1024) + #endif + + isc_result_t +