commit | 4e11cf86774342211adf0411fd8f9d8b752b9ac2 | [log] [tgz] |
---|---|---|
author | Adithya Srinivasan <adithyas@chromium.org> | Fri Dec 09 15:30:18 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Dec 09 15:30:18 2022 |
tree | 5166ae40cd22750a437b9ccd812695f790e59c3c | |
parent | d4ed5585c029133e34b29c37af12e4e370429bc7 [diff] |
Add temporary assertions for crbug.com/1324149 I haven't been able to figure out why the crashes in crbug.com/1324149 are happening. This CL adds some assertions in the hopes of figuring out which pointer dereference in CollectSiteInstanceGroups is problematic, and to see if there are potentially dangling pointers in: 1) RWHV::host_ 2) RWH::frame_tree_ Bug: 1324149 Change-Id: Ib5f9b75b8e8f4c2fcbc1a5300953e73761f59558 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4086604 Reviewed-by: Alex Moshchuk <alexmos@chromium.org> Commit-Queue: Adithya Srinivasan <adithyas@chromium.org> Cr-Commit-Position: refs/heads/main@{#1081471}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.