commit | d2c6ab929f1f24bb69dbc1a54e5efad5a3a4e0b4 | [log] [tgz] |
---|---|---|
author | Etienne Bergeron <etienneb@chromium.org> | Thu Jan 25 21:16:34 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jan 25 21:16:34 2024 |
tree | 8048db3fe2bf6cedd3c40108a268ead302254c55 | |
parent | 3d65e8eedaac3382d7adfc97eadd1e6f30c47ee5 [diff] |
Add DumpWithoutCrashing to debug renderer hangs This CL is adding DumpWithoutCrashing to collect dumps of a suspected root cause of renderer hangs. We suspect the issue is related to WaitableEvent::TimedWaitImpl(...) which will infinite loop if WaitForSingleObject(...) is returning one of the unhandled results. The goal of this CL is to collect minidumps to validate the current hypothesis of an infinite loop. This is currently hanging at the start of the HangWatcher when trying to create the first simple thread. We expect to replace these hangs by clean process shutdown. Unfortunately, the cause of these error code is still a mystery. R=gab@chromium.org CC=grt@chromium.org Bug: 1478972 Change-Id: Ibe67cf9cf2cdd22d0b0bba1c03ef399f645007af Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5199132 Commit-Queue: Etienne Bergeron <etienneb@chromium.org> Reviewed-by: Gabriel Charette <gab@chromium.org> Reviewed-by: Greg Thompson <grt@chromium.org> Cr-Commit-Position: refs/heads/main@{#1252325}
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.