From: Ruediger Pluem Date: Mon, 30 Oct 2023 14:22:05 +0000 (+0000) Subject: * Systemd based systems might process core dumps via systemd-coredump. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1cee2017b06fe1b2f659cc7690799a17bb3d33fe;p=thirdparty%2Fapache%2Fhttpd.git * Systemd based systems might process core dumps via systemd-coredump. But we want to have local unprocessed files. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1913437 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/test/travis_run_linux.sh b/test/travis_run_linux.sh index dcc835443dd..29b7e7c2742 100755 --- a/test/travis_run_linux.sh +++ b/test/travis_run_linux.sh @@ -113,6 +113,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 NO_TEST_FRAMEWORK; then