[all-commits] [llvm/llvm-project] 9daadc: Turn off core dumps before starting the main body ...
Dimitry Andric via All-commits
all-commits at lists.llvm.org
Wed Apr 15 11:30:10 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 9daadcec81376960f6bbae4a9d381eca69eb9317
https://github.com/llvm/llvm-project/commit/9daadcec81376960f6bbae4a9d381eca69eb9317
Author: Dimitry Andric <dimitry at andric.com>
Date: 2020-04-15 (Wed, 15 Apr 2020)
Changed paths:
M llvm/utils/release/test-release.sh
Log Message:
-----------
Turn off core dumps before starting the main body of test-release.sh.
Summary:
Some of the regression tests, such as those for the various sanitizers,
use huge shadow memory maps (showing up in top as 20 TiB). If any of
those ever crashes, your test system's disk will be filled up until
everything falls over. Set the ulimit for core dumps to 0 to prevent
this problem.
Reviewers: hans, tstellar, rovka
Reviewed By: hans
Subscribers: llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D76191
More information about the All-commits
mailing list