Skip to content

Commit

Permalink
Merge r1913437 from trunk:
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
rpluem committed Oct 30, 2023
1 parent 2deffcb commit 65b885e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/travis_run_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 65b885e

Please sign in to comment.