<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Mar 26, 2014 at 2:15 PM, Oliver Schneider <span dir="ltr"><<a href="mailto:oliver@f-prot.com" target="_blank">oliver@f-prot.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br>
<br>
currently I am looking into how to suppress certain error output<br>
selectively. What I want to achieve here is not to simply hide them, but<br>
to attack each class of errors one by one.<br></blockquote><div><br></div><div>Bad idea. asan reports serious bugs. If you suppress the first bug report and go further</div><div>your process is already corrupted. </div><div>
 </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
So I stumbled over __asan_set_error_report_callback from the public ASAN<br>
interface. However, it appears that the callback gets notified but<br>
cannot really act on whether it gets shown or not.<br></blockquote><div>Correct.  </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Is there a way to achieve this with the public interface?<br></blockquote><div>No.  </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
One class of errors I'd like to suppress for starters have to do with<br>
alignments when accessing typed arrays and coercing the type.<br></blockquote><div><br></div><div>Can you give a detailed example? </div><div><br></div><div>--kcc </div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<span class="HOEnZb"><font color="#888888"><br>
// Oliver<br>
<br>
</font></span><br>_______________________________________________<br>
cfe-dev mailing list<br>
<a href="mailto:cfe-dev@cs.uiuc.edu">cfe-dev@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev</a><br>
<br></blockquote></div><br></div></div>