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

bug when trying to start a vm multiple times. #2004

Closed
john-david-r-smith opened this Issue May 19, 2016 · 2 comments

Comments

3 participants
@john-david-r-smith

Qubes OS version

R3.1

Affected

any vm


Steps to reproduce the behavior:

select any stopped vm.
press on start multiple times

Expected behavior:

one click is registered
the vm is started
further clicks are ignored.

Actual behavior:

the vm is started.
further clicks generate a multitude of things:
errors in the notification area:

  • connection reset by peer
  • libxenlight failed to create new domain
  • domain already running
  • not enough memory

error popups:

snapshot1

General notes:

i think some atomic bool with swap(true) in the slot should be enough to ignore further signals. (i can't fix it since i don't know python)

@andrewdavidwong

This comment has been minimized.

Show comment
Hide comment
@andrewdavidwong

andrewdavidwong May 19, 2016

Member

Thanks. Should be fixed in the coming Qubes Manager rework (#1870).

Member

andrewdavidwong commented May 19, 2016

Thanks. Should be fixed in the coming Qubes Manager rework (#1870).

@andrewdavidwong andrewdavidwong added this to the Far in the future milestone Dec 24, 2016

@marmarta

This comment has been minimized.

Show comment
Hide comment
@marmarta

marmarta Jul 12, 2018

It is fixed in this rework - I just checked, multiple clicks on Start VM just start the VM once without any errors..

It is fixed in this rework - I just checked, multiple clicks on Start VM just start the VM once without any errors..

@marmarta marmarta closed this Jul 12, 2018

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