<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Jun 9, 2016 at 1:36 PM, Hans Wennborg via llvm-commits <span dir="ltr"><<a href="mailto:llvm-commits@lists.llvm.org" target="_blank">llvm-commits@lists.llvm.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><span class="">On Tue, Jun 7, 2016 at 9:13 AM, Daniel Dunbar via llvm-commits<br>
<<a href="mailto:llvm-commits@lists.llvm.org">llvm-commits@lists.llvm.org</a>> wrote:<br>
</span><span class="">> Author: ddunbar<br>
> Date: Tue Jun  7 11:13:40 2016<br>
> New Revision: 272021<br>
><br>
> URL: <a href="http://llvm.org/viewvc/llvm-project?rev=272021&view=rev" rel="noreferrer" target="_blank">http://llvm.org/viewvc/llvm-project?rev=272021&view=rev</a><br>
> Log:<br>
> [lit] Improve logging with file redirection.<br>
><br>
>  - This will cause lit to automatically include the first 1K of data in<br>
>    redirected output files when a command fails (previously if the command<br>
>    failed, but the main point of the test was, say, a `FileCheck` later on, then<br>
>    the log wasn't helpful in showing why the command failed).<br>
<br>
</span>This makes the test suite hang for me on 32-bit Windows builds. It<br>
runs fine at r272019, but hangs at this revision (and also on<br>
ToT/r272292).<br>
<br>
I'm not sure how to debug this.</blockquote><div><br></div><div>Try tracing with procmon: <a href="https://technet.microsoft.com/en-us/sysinternals/processmonitor.aspx">https://technet.microsoft.com/en-us/sysinternals/processmonitor.aspx</a></div><div>(pretty good intro video: <a href="https://www.youtube.com/watch?v=m06YqR09UXw">https://www.youtube.com/watch?v=m06YqR09UXw</a>)</div><div><br></div><div>I can't tell you how many times procmon has saved me :)</div><div><br></div><div>-- Sean Silva</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"> It seems after a while, python.exe<br>
just sits there waiting for something, with 1, 2, or 0 FileCheck<br>
processes opened.<br>
<div class=""><div class="h5">_______________________________________________<br>
llvm-commits mailing list<br>
<a href="mailto:llvm-commits@lists.llvm.org">llvm-commits@lists.llvm.org</a><br>
<a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits" rel="noreferrer" target="_blank">http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits</a><br>
</div></div></blockquote></div><br></div></div>