<html>
    <head>
      <base href="https://llvm.org/bugs/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - llvm-cov timeout in buildbots may be caused by Unix signal implementation"
   href="https://llvm.org/bugs/show_bug.cgi?id=30735">30735</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>llvm-cov timeout in buildbots may be caused by Unix signal implementation
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>new-bugs
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>unspecified
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>PC
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Linux
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>new bugs
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>unassignedbugs@nondot.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>renato.golin@linaro.org
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>llvm-bugs@lists.llvm.org
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Timeouts on check-all are getting slightly more common than they should.
Example:

<a href="http://lab.llvm.org:8011/builders/clang-cmake-armv7-a15/builds/15968">http://lab.llvm.org:8011/builders/clang-cmake-armv7-a15/builds/15968</a>

and many other PPC and AArch64 builds out there.

While building it locally on AArch64, I noticed my tests were locked in the
same way as we saw the buildbot once, with multiple instances of `llvm-cov` and
zero CPU utilisation.

Here's a few error messages I've seen on my local build (that weren't on the
buildbots, possibly because the timeout killed it first):

terminate called after throwing an instance of 'std::system_error'
  what():  Unknown error -1
#0 0x0000ffff83f2e8ec llvm::sys::PrintStackTrace(llvm::raw_ostream&)
llvm/lib/Support/Unix/Signals.inc:402:0

I'm not sure this is related, but it sure it weird, given that those errors
weren't on `llvm-cov` itself, but on unrelated unit tests, like
`VerifierTest.StripInvalidDebugInfoLegacy`.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>