[libcxx-commits] [PATCH] D75954: Cache uwnind frame headers as they are found.

Dimitry Andric via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sat Aug 15 11:36:13 PDT 2020


dim added a comment.

I turned on `_LIBUNWIND_DEBUG_FRAMEHEADER_CACHE`, and indeed such segfaults appear immediately after the message `libunwind: FrameHeaderCache reset`.  That means `FrameHeaderCache::MostRecentlyUsed` has just been set to `nullptr` ...


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D75954



More information about the libcxx-commits mailing list