summaryrefslogtreecommitdiffstats
path: root/results/classifier/zero-shot/105/boot/2754
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-07-03 19:39:53 +0200
committerChristian Krinitsin <mail@krinitsin.com>2025-07-03 19:39:53 +0200
commitdee4dcba78baf712cab403d47d9db319ab7f95d6 (patch)
tree418478faf06786701a56268672f73d6b0b4eb239 /results/classifier/zero-shot/105/boot/2754
parent4d9e26c0333abd39bdbd039dcdb30ed429c475ba (diff)
downloademulator-bug-study-dee4dcba78baf712cab403d47d9db319ab7f95d6.tar.gz
emulator-bug-study-dee4dcba78baf712cab403d47d9db319ab7f95d6.zip
restructure results
Diffstat (limited to 'results/classifier/zero-shot/105/boot/2754')
-rw-r--r--results/classifier/zero-shot/105/boot/275439
1 files changed, 39 insertions, 0 deletions
diff --git a/results/classifier/zero-shot/105/boot/2754 b/results/classifier/zero-shot/105/boot/2754
new file mode 100644
index 00000000..20475cf0
--- /dev/null
+++ b/results/classifier/zero-shot/105/boot/2754
@@ -0,0 +1,39 @@
+instruction: 0.971
+boot: 0.963
+vnc: 0.958
+network: 0.957
+device: 0.947
+socket: 0.944
+graphic: 0.932
+semantic: 0.736
+assembly: 0.665
+mistranslation: 0.624
+other: 0.609
+KVM: 0.309
+
+Virt-manager using QEMU exit in flash and return an I/O Error when attempting to create an loongarch64 QEMU virtual machine
+Description of problem:
+Cannot complete the installation:'Enter the end of the file when reading data:I/O Error'
+
+Traceback (most recent call last):
+ File "/usr/share/virt-manager/virtManager/asyncjob.py", line 71, in cb_wrapper
+ callback(asyncjob, *args, **kwargs)
+ ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
+ File "/usr/share/virt-manager/virtManager/createvm.py", line 2008, in _do_async_install
+ installer.start_install(guest, meter=meter)
+ ~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^
+ File "/usr/share/virt-manager/virtinst/install/installer.py", line 726, in start_install
+ domain = self._create_guest(
+ guest, meter, initial_xml, final_xml,
+ doboot, transient)
+ File "/usr/share/virt-manager/virtinst/install/installer.py", line 667, in _create_guest
+ domain = self.conn.createXML(initial_xml or final_xml, 0)
+ File "/usr/lib64/python3.13/site-packages/libvirt.py", line 4545, in createXML
+ raise libvirtError('virDomainCreateXML() failed')
+libvirt.libvirtError: 'Enter the end of the file when reading data:I/O Error'
+Steps to reproduce:
+1.Click to create loongarch64 virtual machine using virt-manager
+2.Configure all arguments of virtual machine
+3.Then click start installation,then the error occurs.
+Additional information:
+