commit | 6c5b3d645c526bb51f87054a453aee0312459608 | [log] [tgz] |
---|---|---|
author | Adrian Taylor <adetaylor@chromium.org> | Mon Jan 30 22:25:54 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jan 30 22:25:54 2023 |
tree | 042bcffc658c423b98923a99c57238d815a21eba | |
parent | 21f6e6af50239047d67781faec07dcbee69f7ec3 [diff] |
[rust] Add chrome://crash/rust This CL adds a facility artificially to crash Chromium via a Rust panic, so that we can check all of our crash dump collection and stack walking tools work for Rust code. Specifically, it causes a crash in a mixed Rust and C++ call stack with callbacks in each direction. In ASAN builds, this also adds chrome://crash/rust-overflow to give us a way to ensure ASAN detects memory corruption problems in unsafe Rust code. Bug: 1368726 Change-Id: Ib1e39dd0fa1d592cdea93413113a78a4549bdedb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4140299 Reviewed-by: Tommy Nyquist <nyquist@chromium.org> Commit-Queue: Adrian Taylor <adetaylor@chromium.org> Reviewed-by: Jeremy Roman <jbroman@chromium.org> Cr-Commit-Position: refs/heads/main@{#1098919}
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.