<div dir="ltr"><div dir="ltr"><div class="gmail_default" style="font-family:arial,sans-serif"><span style="font-family:Arial,Helvetica,sans-serif">On Fri, 14 Feb 2020 at 14:00, Matt Caswell <<a href="mailto:matt@openssl.org">matt@openssl.org</a>> wrote:</span><br></div></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>
To be clear the build that is timing out uses *msan* not *asan*.<span class="gmail_default" style="font-family:arial,sans-serif"></span> </blockquote><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><span class="gmail_default" style="font-family:arial,sans-serif"></span> <br></blockquote><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
As I understand it msan detects unitialised reads. whereas asan detects<br>
memory corruption, buffer overflows, use-after-free bugs, and memory leaks.<br>
<br>
The previous "home-made" checks only detected memory leaks, so it is not<br>
comparable with the functionality offered by msan.<br>
<br></blockquote><div><br></div><div><div class="gmail_default" style="font-family:arial,sans-serif">Thanks for the clarification! I was indeed confused!</div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
The msan documentation<br>
(<a href="https://clang.llvm.org/docs/MemorySanitizer.html" rel="noreferrer" target="_blank">https://clang.llvm.org/docs/MemorySanitizer.html</a>) suggests that a slow<br>
down of 3x is typical.<br>
<br>
It seems reasonable to me to disable msan checks in Travis entirely, and<br>
have them only in run-checker.<br>
<br></blockquote><div><br></div><div><div class="gmail_default" style="font-family:arial,sans-serif">I agree with you.</div><div class="gmail_default" style="font-family:arial,sans-serif"><span style="font-family:Arial,Helvetica,sans-serif"> </span></div></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
> Here is another idea that would be interesting if we restore the<br>
> previous checks:<br>
> I don't know what kind of options github offers on this, but would it be<br>
> possible to run triggered CI on something that is not Travis and does<br>
> not timeout and still have the results in the PR?<br>
<br>
I am sure there are hooks to do this. Richard has been talking for quite<br>
a while about setting up a buildbot infrastructure. If that could be<br>
integrated into github that would be really neat.<br>
<br></blockquote><div><br><div class="gmail_default" style="font-family:arial,sans-serif">It would be neat indeed, when I first heard about buildbot I tried to set aside some time to play with it, but failed in finding the time needed!<br>But at least from what I read it does indeed seem like a very interesting and useful tool for our purposes!<br><br>I have no doubt sooner or later Richard will be more successful than I was at finding the time to work on this item as well!<br><br>Nicola</div></div><div class="gmail_default" style="font-family:arial,sans-serif"><br></div></div></div>