commit | cecf09abdf36c67f8d35dfec00a86b1e76f43b58 | [log] [tgz] |
---|---|---|
author | Arthur Sonzogni <arthursonzogni@chromium.org> | Thu Oct 28 14:30:53 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Oct 28 14:30:53 2021 |
tree | 7a5510ddb126b909b2b2ff9427b8285971c63cd9 | |
parent | 98a2873c4e570bf7b005e1b754242efd2c2c7d2f [diff] |
Remove DumpWithoutCrashing for bug 1090859 I added this DumpWithoutCrashing to investigate https://crbug.com/1090859. This has never been hit, but I forget to remove it. In the meantime, the number of crashes quickly vanished to almost zero and nobody continued working on this bug. Time to remove it! This reverts: https://chromium-review.googlesource.com/c/chromium/src/+/2241672 Note: A new different bug appeared recently: https://bugs.chromium.org/p/chromium/issues/detail?id=1262203 They are a priori not related, because they are failing on a different CHECK on the same function. Bug: 1090859 Change-Id: I5a7f9c237713cafa1473176296b8572aa3b36684 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3236734 Auto-Submit: Arthur Sonzogni <arthursonzogni@chromium.org> Reviewed-by: danakj <danakj@chromium.org> Commit-Queue: Arthur Sonzogni <arthursonzogni@chromium.org> Cr-Commit-Position: refs/heads/main@{#935877}
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.