This is an archive of the discontinued LLVM Phabricator instance.

Turn off core dumps before starting the main body of test-release.sh.
ClosedPublic

Authored by dim on Mar 15 2020, 3:20 AM.

Details

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.

Diff Detail

Event Timeline

dim created this revision.Mar 15 2020, 3:20 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 15 2020, 3:20 AM
hans accepted this revision.Mar 16 2020, 1:33 AM

Sounds reasonable to me.

This revision is now accepted and ready to land.Mar 16 2020, 1:33 AM
This revision was automatically updated to reflect the committed changes.