[all-commits] [llvm/llvm-project] 1ddb90: remote-exec: Detect and propagate signal death in ...
Peter Collingbourne via All-commits
all-commits at lists.llvm.org
Mon Jul 14 18:58:28 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1ddb909a422853bd8e2692a8d369b45d62cec3e5
https://github.com/llvm/llvm-project/commit/1ddb909a422853bd8e2692a8d369b45d62cec3e5
Author: Peter Collingbourne <peter at pcc.me.uk>
Date: 2025-07-14 (Mon, 14 Jul 2025)
Changed paths:
M llvm/utils/remote-exec.py
Log Message:
-----------
remote-exec: Detect and propagate signal death in the remote process.
If the remote process died with a signal, this will be exposed by ssh
as an exit code in the range 128 < rc < 160. We may be running under
`not --crash` which will expect us to also die with a signal, so send
the signal to ourselves so that wait4() in `not` will detect the signal.
Speculative fix for failing buildbot:
https://lab.llvm.org/buildbot/#/builders/193/builds/9070
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list