[all-commits] [llvm/llvm-project] 942641: [llvm-exegesis] Add error handling for fork failur...

Aiden Grossman via All-commits all-commits at lists.llvm.org
Fri Sep 8 00:27:28 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 942641699432e25023b5a13f63b862d5403185e9
      https://github.com/llvm/llvm-project/commit/942641699432e25023b5a13f63b862d5403185e9
  Author: Aiden Grossman <agrossman154 at yahoo.com>
  Date:   2023-09-08 (Fri, 08 Sep 2023)

  Changed paths:
    M llvm/tools/llvm-exegesis/lib/BenchmarkRunner.cpp

  Log Message:
  -----------
  [llvm-exegesis] Add error handling for fork failures (#65186)

There are still some transient failures on the clang-avx512 builder on
the new subprocess memory tests. Some of them seem to be related to an
inability to fork, but it's hard to debug currently as there is no
explicit error handling for a failed fork call, and nice error reporting
for a failed fork is something that we should have regardless.




More information about the All-commits mailing list