# HG changeset patch # User tomas.jedlicka # Date 1359392732 -3600 # Node ID a8b64d3a690ac697a41c4e8c1c4a4a0d0555a625 # Parent 4aa61c6345a6b9b329732ce5d21544896422f64c 15975687 BIND v9.6-ESV-R8 dumps core files during reload/refresh. diff -r 4aa61c6345a6 -r a8b64d3a690a 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 Mon Jan 28 18:05:32 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 +