Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upqvm-run returns 0 even if DVM fails to start #3482
Comments
andrewdavidwong
added
bug
C: core
labels
Jan 20, 2018
andrewdavidwong
added this to the Release 3.2 updates milestone
Jan 20, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
v6ak commentedJan 20, 2018
Qubes OS version:
3.2
Steps to reproduce the behavior:
Run this script: https://gist.github.com/v6ak/81dcab48400d24ea636f630a6a693b76
Expected behavior:
It starts new VMs until there is not enough memory. Once a VM start fails, qvm-run returns non-zero code, failing recursively all the script instances across the VMs.
Actual behavior:
When OOM point is reached, qvm-run returns 0. See the output in the gist.