From: Otto Moerbeek Date: Fri, 20 Jan 2023 15:25:00 +0000 (+0100) Subject: Allow for some headroom, needed with TSAN X-Git-Tag: dnsdist-1.8.0-rc1~100^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=471efa9a9a2640a4e9f4917170e08737d50f05e9;p=thirdparty%2Fpdns.git Allow for some headroom, needed with TSAN --- diff --git a/pdns/recursordist/test-mtasker.cc b/pdns/recursordist/test-mtasker.cc index f1d709c14f..42540d220e 100644 --- a/pdns/recursordist/test-mtasker.cc +++ b/pdns/recursordist/test-mtasker.cc @@ -42,7 +42,7 @@ BOOST_AUTO_TEST_CASE(test_Simple) } static const size_t stackSize = 8 * 1024; -static const size_t headroom = 256; // Decrease to hit stackoverflow +static const size_t headroom = 512; // Decrease to hit stackoverflow static void doAlmostStackoverflow(void* arg) {