New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

qvm-run returns 0 even if DVM fails to start #3482

Open
v6ak opened this Issue Jan 20, 2018 · 0 comments

Comments

Projects
None yet
2 participants
@v6ak

v6ak commented Jan 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment