commit | 4eb430e761cb9c0e3c853e222c311207e8626803 | [log] [tgz] |
---|---|---|
author | Colin Blundell <blundell@chromium.org> | Thu Jun 01 15:28:09 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jun 01 15:28:09 2023 |
tree | bc9c57c6ea2d07ee12e0ba07e4b211cecb7feceb | |
parent | f22311bcd6f742830a2084675b7bf74e011c8fc1 [diff] |
[ANGLE] Crash on kMakeCurrentFailed context loss when running in-process This CL extends the logic for when to crash the in-process GPU service on a context loss. The current logic does so only if the context loss is not marked as being synthetic, under the reasoning that context losses caused by Chrome are recoverable. However, we are not seeing any crashes due to this flow at all. This CL extends the logic for crashing to do so on synthetic losses *if* the reason is kMakeCurrentFailed - this is an unrecoverable loss even though it is marked as synthetic. Bug: 1432913 Change-Id: I3edf06efc9b4d1b930bbc7d43c28b31675376fd6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4570618 Commit-Queue: Colin Blundell <blundell@chromium.org> Reviewed-by: Vasiliy Telezhnikov <vasilyt@chromium.org> Cr-Commit-Position: refs/heads/main@{#1151878}
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.