[libcxx-commits] [PATCH] D129823: [libc++][ranges] Make range algorithms support proxy iterators

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jul 20 12:07:54 PDT 2022


ldionne added a comment.

https://bugs.chromium.org/p/chromium/issues/detail?id=1346012 contains:

  # Fatal error in ../../v8/src/objects/dictionary-inl.h, line 222
  # Debug check failed: KeyAt(cage_base, entry).IsPropertyCell(cage_base).

What could cause this debug check to fail? A double-move? Something else? That information would be extremely useful in figuring out whether the issue is in libc++ or not.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D129823



More information about the libcxx-commits mailing list