[all-commits] [llvm/llvm-project] 1fea3c: [sanitizer-common] Improve diagnostic when ASAN fa...

Andrew Haberlandt via All-commits all-commits at lists.llvm.org
Mon Sep 15 17:26:52 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1fea3c507cb1ab02af5834b07a30e55c3822196c
      https://github.com/llvm/llvm-project/commit/1fea3c507cb1ab02af5834b07a30e55c3822196c
  Author: Andrew Haberlandt <ndrewh at users.noreply.github.com>
  Date:   2025-09-15 (Mon, 15 Sep 2025)

  Changed paths:
    M compiler-rt/lib/sanitizer_common/sanitizer_mac.cpp

  Log Message:
  -----------
  [sanitizer-common] Improve diagnostic when ASAN fails to allocate shadow (#158378)

Sometimes we are unable to find a sufficiently large gap to allocate the
dynamic ASAN shadow.

If a gap is not found, we will now output a (consolidated) memory map to
show the user what regions were unavailable and how much memory we need.

rdar://159142896



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list