about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/errors.rs
diff options
context:
space:
mode:
authorAriel Ben-Yehuda <me@arielby.net>2025-09-08 14:08:26 +0000
committerAriel Ben-Yehuda <me@arielby.net>2025-09-08 14:41:17 +0000
commitef95c63816bcc6f217601abf308b1b1561340731 (patch)
treeaaef4cd641008c72e26bdabfa51f075b315b631c /compiler/rustc_codegen_llvm/src/errors.rs
parentbeeb8e3af54295ba494c250e84ecda4c2c5d85ff (diff)
downloadrust-ef95c63816bcc6f217601abf308b1b1561340731.tar.gz
rust-ef95c63816bcc6f217601abf308b1b1561340731.zip
disable core dumps for panic-uninitialized-zeroed
That test causes a large amount of crashes. If a system
has a /proc/sys/kernel/core_pattern that uploads core dumps enabled,
it will take a long time to complete. Set dumpable to 0 to avoid that.

Before:

$ time ./panic-uninitialized-zeroed

real    0m47.457s
user    0m0.023s
sys     0m0.021s

After:
$ ./panic-uninitialized-zeroed

real    0m0.029s
user    0m0.019s
sys     0m0.010s
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/errors.rs')
0 files changed, 0 insertions, 0 deletions