[PATCH] D39038: Mark lld/test/ELF as flaky.

NAKAMURA Takumi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 19 18:31:59 PDT 2017


chapuni added a comment.

I guess the constructor std::thread(F) fails, then its method, detach() crashes.
If we live with -fno-exceptions, I think we may rewrite Parallel.cpp w/o C++11 std::thread, but with pthreads, to catch failure in pthread_create.

Or, could I increase any resources in ulimit/kernel? I tried idea that I knew.
I will attempt to find out with -fexceptions which error would raise.

FYI, I am using 36-core (72 logical processors) host.


Repository:
  rL LLVM

https://reviews.llvm.org/D39038





More information about the llvm-commits mailing list