summary refs log tree commit diff stats
path: root/results/classifier/118/virtual/681
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/118/virtual/681')
-rw-r--r--results/classifier/118/virtual/68155
1 files changed, 55 insertions, 0 deletions
diff --git a/results/classifier/118/virtual/681 b/results/classifier/118/virtual/681
new file mode 100644
index 000000000..49eed90c6
--- /dev/null
+++ b/results/classifier/118/virtual/681
@@ -0,0 +1,55 @@
+virtual: 0.935
+device: 0.920
+graphic: 0.897
+VMM: 0.869
+vnc: 0.831
+PID: 0.818
+architecture: 0.775
+performance: 0.723
+socket: 0.686
+ppc: 0.678
+debug: 0.673
+kernel: 0.651
+arm: 0.607
+hypervisor: 0.594
+risc-v: 0.574
+permissions: 0.573
+files: 0.553
+mistranslation: 0.524
+register: 0.505
+network: 0.501
+TCG: 0.489
+semantic: 0.481
+i386: 0.416
+x86: 0.415
+boot: 0.407
+KVM: 0.376
+user-level: 0.257
+peripherals: 0.248
+assembly: 0.217
+
+Error saving memory to disk
+Description of problem:
+When trying to save the state of the machine using virt-manager (3.2.0) it fails with this error:
+
+Error saving domain: operation failed: domain save job: unexpectedly failed
+```bash
+Traceback (most recent call last):
+  File "/usr/share/virt-manager/virtManager/asyncjob.py", line 65, in cb_wrapper
+    callback(asyncjob, *args, **kwargs)
+  File "/usr/share/virt-manager/virtManager/vmmenu.py", line 182, in cb
+    vm.save(meter=asyncjob.get_meter())
+  File "/usr/share/virt-manager/virtManager/object/libvirtobject.py", line 57, in newfn
+    ret = fn(self, *args, **kwargs)
+  File "/usr/share/virt-manager/virtManager/object/domain.py", line 1377, in save
+    self._backend.managedSave(0)
+  File "/usr/lib/python3.9/site-packages/libvirt.py", line 1780, in managedSave
+    raise libvirtError('virDomainManagedSave() failed')
+libvirt.libvirtError: operation failed: domain save job: unexpectedly failed
+```
+Steps to reproduce:
+1. setup a virtual machine
+2. setup a linux distro
+3. try to save the memory to disk
+Additional information:
+Will be provided when needed