summary refs log tree commit diff stats
path: root/results/classifier/105/graphic/1036
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-06-03 12:04:13 +0000
committerChristian Krinitsin <mail@krinitsin.com>2025-06-03 12:04:13 +0000
commit256709d2eb3fd80d768a99964be5caa61effa2a0 (patch)
tree05b2352fba70923126836a64b6a0de43902e976a /results/classifier/105/graphic/1036
parent2ab14fa96a6c5484b5e4ba8337551bb8dcc79cc5 (diff)
downloademulator-bug-study-256709d2eb3fd80d768a99964be5caa61effa2a0.tar.gz
emulator-bug-study-256709d2eb3fd80d768a99964be5caa61effa2a0.zip
add new classifier result
Diffstat (limited to 'results/classifier/105/graphic/1036')
-rw-r--r--results/classifier/105/graphic/103628
1 files changed, 28 insertions, 0 deletions
diff --git a/results/classifier/105/graphic/1036 b/results/classifier/105/graphic/1036
new file mode 100644
index 00000000..6010669a
--- /dev/null
+++ b/results/classifier/105/graphic/1036
@@ -0,0 +1,28 @@
+graphic: 0.970
+instruction: 0.877
+device: 0.793
+other: 0.756
+semantic: 0.682
+vnc: 0.409
+network: 0.389
+boot: 0.318
+socket: 0.312
+mistranslation: 0.298
+assembly: 0.085
+KVM: 0.064
+
+QEMU immediately exits when combining a GL-enabled SDL display with SPICE
+Description of problem:
+Running QEMU with the given command line results in QEMU immediately exiting with this line being printed, and no other output:
+
+```
+qemu-system-x86_64: Display spice is incompatible with the GL context
+```
+
+I am unsure whether this is a supported mode of setting up QEMU, but QEMU 6.2.0 ran just fine with it (or, to be more precise, it wasn't an issue until ac32b2fff127843355b4f7e7ac9f93dd4a395adf).
+
+The issue does not happen with `-display sdl,gl=off`, as GL is presumably not involved at all in that case.
+Steps to reproduce:
+1. Run `./qemu-system-x86_64 -display sdl,gl=on -spice port=5930`.
+Additional information:
+This issue has been reproduced on other distributions, including Ubuntu 20.04 and Ubuntu 22.04.