Hi!<div><br></div><div>This patch changes the report symbolization strategy that would be used by sanitizer family of tools: as compiling in-process</div><div>symbolizer into ASan runtime involves certain difficulties, we may instead launch an external symbolizer program (fork + execl) in a subprocess</div>
<div>and communicate with it via pipe. External symbolizer tool (I will sent its draft for review in another patch) will read requests of the form</div><div><br></div><div><module_path> <module_offset></div><div>
<br></div><div>and output responses of the form</div><div><br></div><div><function></div><div><filename>:<line>:<column></div><div><br></div><div>which is (somewhat) similar to addr2line format.</div>
<div><br></div><div><div>Codereview: <a href="http://codereview.appspot.com/6448179/">http://codereview.appspot.com/6448179/</a><br clear="all"><div><br></div>-- <br><div>Alexey Samsonov, MSK</div><br>
</div></div>