hydra-queue-runner: Fix assertion failure
[?]
Jun 22, 2015, 8:59 AM
A3IIKGSGLY6TI4YCUMV6YCOE3DKXW6UTCDCLMQ6RRNGDOIZUWHFACDependencies
- [2]
HUUZFPPKFix race between the queue monitor and the builder threads - [3]
ODCBSLFGhydra-queue-runner: Fix segfault sorting machines by load - [4]
NNOCZ4ROhydra-queue-runner: Improve dispatcher - [5]
24BMQDZAStart of single-process hydra-queue-runner
Change contents
- replacement in src/hydra-queue-runner/hydra-queue-runner.cc at line 866
necessary to ensure that the sort comparator below is aordering. std::sort() can segfault if it isn't. */necessary to ensure that the sort comparator below isan ordering. std::sort() can segfault if it isn't. */ - replacement in src/hydra-queue-runner/hydra-queue-runner.cc at line 1206
if (rdep_->deps.empty()) runnable = true;/* Note: if the step has not finishedinitialisation yet, it will be made runnable increateStep(), if appropriate. */if (rdep_->deps.empty() && rdep->created) runnable = true;