<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'><div dir='ltr'>
<meta http-equiv="content-type" content="text/html; charset=utf-8"><span class="Apple-style-span" style="color: rgb(42, 42, 42); font-family: Tahoma, Verdana, Arial, sans-serif; line-height: 17px; ">I just checked the report for Bridled and Communicado and the test failed in both , with the same output:<div style="line-height: 17px; "><span class="ecxApple-style-span" style="line-height: 20px; font-family: 'Times New Roman'; font-size: 12pt; "><pre style="line-height: 20px; word-wrap: break-word; white-space: pre-wrap; "><span class="ecxApple-style-span" style="line-height: 20px; font-family: 'Times New Roman'; white-space: normal; font-size: 12pt; "><pre style="line-height: 20px; word-wrap: break-word; white-space: pre-wrap; ">type messagefile;

app (messagefile t) greeting (string s[]) {
        echo s[0] s[1] s[2] stdout=@filename(t);
}

messagefile outfile <"q5out.txt">;

string words[] = ["how","are","you"];

outfile = greeting(words);</pre><pre style="line-height: 20px; word-wrap: break-word; white-space: pre-wrap; ">--------------------------------------------------------</pre></span></pre><pre style="line-height: 20px; word-wrap: break-word; white-space: pre-wrap; ">Swift svn swift-r4629 cog-r3164

RunID: 20110617-1525-c7tjr1mg
Progress:  time: Fri, 17 Jun 2011 15:25:25 -0500
No events in 10s.
Progress:  time: Fri, 17 Jun 2011 15:25:55 -0500</pre></span>------------------------------------------------------------------------------------------------------------------</div></span><br><div>> Subject: Re: [Swift-devel] Swift unresponsive while using local provider.<br>> From: hategan@mcs.anl.gov<br>> To: wilde@mcs.anl.gov<br>> Date: Fri, 17 Jun 2011 13:08:32 -0700<br>> CC: alan.chavez@live.com.mx; swift-devel@ci.uchicago.edu<br>> <br>> On Fri, 2011-06-17 at 15:03 -0500, Michael Wilde wrote:<br>> > This would be a great thing to build into the test suite for any test run that the suite is about to cancel for exceeding its max run time: capture the stack trace, so that if its a deadlock, we can do some diagnosis right form the test results.<br>> > <br>> > Can we add some Swift commands to dump Swifts thread/future status as well?<br>> <br>> The hang checker already does that, but there is a class of deadlocks<br>> that has no open futures.<br>> <br>> _______________________________________________<br>> Swift-devel mailing list<br>> Swift-devel@ci.uchicago.edu<br>> http://mail.ci.uchicago.edu/mailman/listinfo/swift-devel<br></div>                                     </div></body>
</html>