commit | a2ea7668596bcb3ca86ba8a94ff7820dcef71744 | [log] [tgz] |
---|---|---|
author | Michael Thiessen <mthiesse@chromium.org> | Thu Feb 20 01:10:47 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Feb 20 01:10:47 2025 |
tree | cecaa12b156a8fbaab7741918951e72ea878a023 | |
parent | b963b31c5ceec8b27c0553cdbbaa176f43c28af9 [diff] |
Crash when InterceptNavigationThrottle is deleted during sync call We're seeing some crashes where the throttle is deleted during the should ignore call, but the stack trace isn't useful. Let's move the crash to the destructor to get a trace and figure out why the class is being deleted. Bug: 396951578 Change-Id: I8a649e8630ebe81e4fe58386839683e212a2cf0f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6275734 Commit-Queue: Michael Thiessen <mthiesse@chromium.org> Reviewed-by: Nate Fischer <ntfschr@chromium.org> Cr-Commit-Position: refs/heads/main@{#1422293}
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.