Add Breakpad toolchain testing tool#1785
Merged
Merged
Conversation
Member
Author
|
TODO: see if it would be nicer to use a Breakpad install dir instead of an in-source build. |
DolceTriade
approved these changes
Jul 13, 2026
tools/crash_test.py does an end-to-end test of the Breakpad crash dump and stack trace workflow: - Generate symbols from binary debug information (or use the distributed symbol zips in the case of a release) - Run Daemon and trigger a crash using /injectFault which is dumped by Breakpad or the NaCl minidump code - Run minidump_stackwalk to print the stack trace - Verify that function and file names are present in the stack trace
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Test that we can get a usable stack trace from our native and/or NaCl binaries. There are two modes:
For Windows there is a capability to run Breakpad binaries within a WSL VM because there is no way to get a native Windows binary that can symbolize NaCl.
Ignore the individual commits, they will be squashed.