Log segfaults from the evaluator
[?]
Mar 14, 2013, 3:48 PM
5GPK54IVSFG4NBNGVJBPBTNBSLKSNGKIYN5CIO4YEHH6GKFD2RYACDependencies
- [2]
A43SLRSHFix handling of IPC::Run::run exit status - [3]
3XTHEUMP* Implemented the clone feature. - [4]
CHQEG6WYHydra/29: Added timeout to svn/git checkouts, job evaluation - [*]
OOQ2D3KC* Refactoring: move fetchInput out of hydra_scheduler into a separate
Change contents
- replacement in src/lib/Hydra/Helper/AddBuilds.pm at line 738
die "cannot evaluate the Nix expression containing the jobs:\n$stderr" if $res;if ($res) {die "$evaluator returned " . ($res & 127 ? "signal $res" : "exit code " . ($res >> 8)). ":\n" . ($stderr ? $stderr : "(no output)\n");}