Displaying 1 result from an estimated 1 matches for "b289499f".
2020 Oct 07
4
[RFC] Tooling for parsing and symbolication of Sanitizer reports
# Summary
Currently the Sanitizer family of runtime bug finding tools (e.g.
Address Sanitizer) provide useful reports of problems upon detection.
This RFC proposes adding tools to
1. Parse Sanitizer reports into structured data to make interfacing
with other tools simpler.
2. Take the Sanitizer reports and “Symbolicate” them. That is, add
missing symbol information (function name, source file,