<div dir="ltr"><br><div><br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Apr 11, 2014 at 3:12 AM, Diego Novillo <span dir="ltr"><<a href="mailto:dnovillo@google.com" target="_blank">dnovillo@google.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra">OK, so now I've gotten a build but the output from asan is less than helpful:</div>
<div class="gmail_extra"><br></div><div class="gmail_extra"><div class="gmail_extra"><font face="courier new, monospace">$ llvm/x/llvm_build_asan/./bin/opt </font><span style="font-family:'courier new',monospace">llvm/x/llvm/test/Other/optimization-remarks-inline.ll -inline -pass-remarks=in</span><span style="font-family:'courier new',monospace">line -S</span></div>

<div class="gmail_extra"><font face="courier new, monospace">=================================================================</font></div><div class="gmail_extra"><font face="courier new, monospace">==6791==ERROR: AddressSanitizer: heap-use-after-free on address 0x6040000016a8 a</font><span style="font-family:'courier new',monospace">t pc 0x1e70553 bp 0x7fff29de4fb0 sp 0x7fff29de4fa8</span></div>

<div class="gmail_extra"><font face="courier new, monospace">READ of size 13 at 0x6040000016a8 thread T0</font></div><div class="gmail_extra"><font face="courier new, monospace">    #0 0x1e70552 (/ssd/dnovillo/llvm/x/llvm_build_asan/bin/opt+0x1e70552)</font></div>

<div class="gmail_extra"><font face="courier new, monospace">    #1 0x1e6f3d3 (/ssd/dnovillo/llvm/x/llvm_build_asan/bin/opt+0x1e6f3d3)</font></div><div class="gmail_extra"><font face="courier new, monospace">    #2 0x7ab722 (/ssd/dnovillo/llvm/x/llvm_build_asan/bin/opt+0x7ab722)</font></div>

<div class="gmail_extra"><font face="courier new, monospace">    #3 0x19eacc5 (/ssd/dnovillo/llvm/x/llvm_build_asan/bin/opt+0x19eacc5)</font></div><div class="gmail_extra"><font face="courier new, monospace">    #4 0x1892f92 (/ssd/dnovillo/llvm/x/llvm_build_asan/bin/opt+0x1892f92)</font></div>

<div>[ ... ]</div><div><br></div><div>Is there an option for asan to show me source file locations?  Or at least function names.  I'm not sure what to do with this.</div></div></div></blockquote><div><br></div><div>You need one of these: <a href="https://code.google.com/p/address-sanitizer/wiki/CallStack">https://code.google.com/p/address-sanitizer/wiki/CallStack</a></div>
<div><br></div><div>(Hmm. I thought that on our bot the reports are symbolized... No?)</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<div dir="ltr"><div class="gmail_extra"><div><br></div><div><br></div><div>Thanks.  Diego.</div>
</div></div>
</blockquote></div><br></div></div>