[compiler-rt] [sanitizer] Suggest checking ulimit -d in addition to ulimit -v (PR #98625)
Vitaly Buka via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 12 10:36:02 PDT 2024
================
@@ -169,7 +169,7 @@ void ReserveShadowMemoryRange(uptr beg, uptr end, const char *name,
: !MmapFixedNoReserve(beg, size, name)) {
Report(
"ReserveShadowMemoryRange failed while trying to map 0x%zx bytes. "
- "Perhaps you're using ulimit -v\n",
+ "Perhaps you're using ulimit -v or ulimit -d\n",
----------------
vitalybuka wrote:
LGTM either way
https://github.com/llvm/llvm-project/pull/98625
More information about the llvm-commits
mailing list