<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Jul 31, 2013 at 10:26 PM, Jeffrey Walton <span dir="ltr"><<a href="mailto:noloader@gmail.com" target="_blank">noloader@gmail.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 class="im">> I'm catching lots of these (in the hundreds). I'm fairly certain its<br>

> little more than `cout << std::hex`.<br>
><br>
> 0x00010dd6589b: runtime error: load of value 4294967221, which is not<br>
> a valid value for type 'std::_Ios_Fmtflags'<br>
>  e8  e4 90 65 00 e9 de fd ff  ff 4c 89 ff e8 f9 f7 65  00 48 8d 3d f0<br>
> 5f a6 00  4c 89 fe e8 88 6f 65<br>
<br>
</div>The blacklist worked great with:<br>
<br>
    -fsanitize-blacklist=my_ignores.txt<br>
<br>
It needed one entry:<br>
<br>
    fun:_Ios_Fmtflags<br>
<br>
This is the only place I've been able to find docs on the blacklist<br>
and its format, though:<br>
<a href="http://code.google.com/p/address-sanitizer/wiki/AddressSanitizer" target="_blank">http://code.google.com/p/address-sanitizer/wiki/AddressSanitizer</a>.<br></blockquote><div><br></div><div>There is more documentation coming soon (Alexey has been on vacation): <<a href="http://thread.gmane.org/gmane.comp.compilers.clang.scm/62388">http://thread.gmane.org/gmane.comp.compilers.clang.scm/62388</a>>.</div>
<div><br></div><div>-- Sean Silva</div></div></div></div>