QubesOS / qubes-issues

The Qubes OS Project issue tracker
https://www.qubes-os.org/doc/issue-tracking/
534 stars 47 forks source link

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

Closed john-david-r-smith closed 6 years ago

john-david-r-smith commented 8 years ago

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:

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 commented 8 years ago

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

marmarta commented 6 years ago

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