mirror of
https://github.com/xcat2/xcat-dep.git
synced 2026-09-09 22:46:44 +00:00
ccbf05e75868d335c6f23e711ee35eb9fa0b5d25
A child killed by a signal leaves 0 in the high byte of its wait status. The per-codename worker loop read only that byte, so a cancelled or OOM-killed codename was counted as built, and the run could reach validation with the staging tree that worker never finished. One helper decodes a wait status for both the worker loop and run_bounded, and reports 128 plus the signal for a child the kernel killed.
Description
No description provided
Languages
C
89.4%
Perl
6.3%
Assembly
1.4%
JavaScript
0.8%
Makefile
0.6%
Other
1.4%