[llvm-bugs] [Bug 30735] New: llvm-cov timeout in buildbots may be caused by Unix signal implementation
via llvm-bugs
llvm-bugs at lists.llvm.org
Wed Oct 19 06:45:50 PDT 2016
https://llvm.org/bugs/show_bug.cgi?id=30735
Bug ID: 30735
Summary: llvm-cov timeout in buildbots may be caused by Unix
signal implementation
Product: new-bugs
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: new bugs
Assignee: unassignedbugs at nondot.org
Reporter: renato.golin at linaro.org
CC: llvm-bugs at lists.llvm.org
Classification: Unclassified
Timeouts on check-all are getting slightly more common than they should.
Example:
http://lab.llvm.org:8011/builders/clang-cmake-armv7-a15/builds/15968
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`.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20161019/1956407b/attachment.html>
More information about the llvm-bugs
mailing list