commit | 2e22152195de88d7f2938053ecf87f9d1f8f9f7a | [log] [tgz] |
---|---|---|
author | Yves Gerey <[email protected]> | Wed Mar 13 08:46:19 2019 |
committer | Commit Bot <[email protected]> | Wed Mar 13 08:46:19 2019 |
tree | cfb5a17f853464c8e8e27b0cff15d5d9c7a29206 | |
parent | 103f6858528265a5764611c004227bb71d026d21 [diff] |
[Sanitizer] Print stack trace when program aborts. We too often miss the context when an assertion fails, especially if it is buried in helper function. This CL instructs clang sanitizers to dump a stack track when abort occurs. Ref: https://github.com/google/sanitizers/wiki/SanitizerCommonFlags Bug: webrtc:9849 Change-Id: I5bdf47279275f9bb67ba4abbe9d67a70d6e4b90b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1518579 Reviewed-by: Dirk Pranke <[email protected]> Commit-Queue: Yves Gerey <[email protected]> Cr-Commit-Position: refs/heads/master@{#640253}
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.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .