From: Ruediger Pluem Date: Mon, 30 Oct 2023 14:23:18 +0000 (+0000) Subject: Merge r1913437 from trunk: X-Git-Tag: 2.4.59-rc1-candidate~175 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65b885ed6acd9cd41c6ab2adf59d23a8c9c1fbeb;p=thirdparty%2Fapache%2Fhttpd.git Merge r1913437 from trunk: * Systemd based systems might process core dumps via systemd-coredump. But we want to have local unprocessed files. Reviewed by: ruediger git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1913438 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/test/travis_run_linux.sh b/test/travis_run_linux.sh index 96bfcf74039..77e2cf5fb80 100755 --- a/test/travis_run_linux.sh +++ b/test/travis_run_linux.sh @@ -111,6 +111,9 @@ if ! test -v SKIP_TESTING; then # Try to keep all potential coredumps from all processes sudo sysctl -w kernel.core_uses_pid=1 2>/dev/null || true + # Systemd based systems might process core dumps via systemd-coredump. + # But we want to have local unprocessed files. + sudo sysctl -w kernel.core_pattern=core || true ulimit -c unlimited 2>/dev/null || true if test -v WITH_TEST_SUITE; then