[PATCH] D129385: [lsan][Darwin] Scan libdispatch heap

Leonard Grey via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 14 08:59:15 PDT 2022


lgrey added a comment.

In D129385#3639640 <https://reviews.llvm.org/D129385#3639640>, @lgrey wrote:

> To be perfectly honest, I'm not sure since the objc runtime issues are masking everything else! I'm going to send a separate change to suppress those and get back to you :)

On second thought: What I'm realizing is that suppressing ObjC runtime errors is not great, since they're so common. The stack still needs to be symbolized to do the suppression, so everything is very slow.

Instead of suppressing, WDYT about just ignoring the relevant regions? Details on why this happens here: https://docs.google.com/document/d/11h3N06tN-_n7nbwVK8qTRnWz3paICI_HlrVM8BvmZ9s


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D129385/new/

https://reviews.llvm.org/D129385



More information about the llvm-commits mailing list