Turn off core dumps before starting the main body of test-release.sh.
authorDimitry Andric <dimitry@andric.com>
Wed, 15 Apr 2020 18:29:20 +0000 (20:29 +0200)
committerDimitry Andric <dimitry@andric.com>
Wed, 15 Apr 2020 18:29:40 +0000 (20:29 +0200)
commit9daadcec81376960f6bbae4a9d381eca69eb9317
tree6ede1083c9da8a55c17125eb989fc2e24d30e664
parent91f110f50ee66e0e8de7d4d82e9a4068b10afc91
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
llvm/utils/release/test-release.sh