diff options
Diffstat (limited to '')
| -rw-r--r-- | results/classifier/118/graphic/1615 | 41 | ||||
| -rw-r--r-- | results/classifier/118/graphic/1615212 | 52 |
2 files changed, 93 insertions, 0 deletions
diff --git a/results/classifier/118/graphic/1615 b/results/classifier/118/graphic/1615 new file mode 100644 index 00000000..a1abac14 --- /dev/null +++ b/results/classifier/118/graphic/1615 @@ -0,0 +1,41 @@ +graphic: 0.964 +device: 0.809 +virtual: 0.789 +debug: 0.666 +vnc: 0.642 +performance: 0.601 +semantic: 0.477 +PID: 0.414 +kernel: 0.399 +ppc: 0.369 +boot: 0.348 +risc-v: 0.325 +VMM: 0.312 +files: 0.304 +socket: 0.298 +network: 0.286 +TCG: 0.250 +arm: 0.241 +permissions: 0.230 +KVM: 0.213 +i386: 0.210 +mistranslation: 0.184 +x86: 0.166 +hypervisor: 0.163 +architecture: 0.120 +peripherals: 0.092 +register: 0.078 +user-level: 0.076 +assembly: 0.023 + +8.0.0: Crash when attempting to commit snapshot +Description of problem: +When trying to commit a snapshot to the backing store, qemu exits with the error: + +`qemu: qemu_mutex_unlock_impl: Operation not permitted` +Steps to reproduce: +1. Run qemu command above +2. Open the monitor virtual console (Ctrl-Alt-2) +3. Execute command: `commit os` +Additional information: +Attached are the [backtrace](/uploads/ba8f519e6b00eb054ba416054c782122/8.0.0-1-bt) and the [configure output](/uploads/17124b45e12b252bd01cf41e7a3d2ea4/8.0.0-1-conf.gz). This is a regression from 7.2.1 diff --git a/results/classifier/118/graphic/1615212 b/results/classifier/118/graphic/1615212 new file mode 100644 index 00000000..2828744c --- /dev/null +++ b/results/classifier/118/graphic/1615212 @@ -0,0 +1,52 @@ +graphic: 0.984 +performance: 0.925 +device: 0.813 +user-level: 0.731 +network: 0.493 +permissions: 0.471 +vnc: 0.461 +register: 0.428 +debug: 0.418 +mistranslation: 0.373 +PID: 0.338 +semantic: 0.337 +virtual: 0.307 +ppc: 0.276 +risc-v: 0.275 +boot: 0.264 +VMM: 0.250 +arm: 0.247 +socket: 0.216 +i386: 0.200 +x86: 0.176 +TCG: 0.156 +architecture: 0.133 +hypervisor: 0.100 +files: 0.093 +peripherals: 0.087 +kernel: 0.073 +KVM: 0.041 +assembly: 0.007 + +SDL UI switching to monitor half-broken and scrolling broken + +ctrl+alt+2 must be pressed 2 or more times for the monitor console window to appear with -sdl, the window flashes and disappears also before finally staying open + +backspace does not always work in -sdl also, and switching back and forth very quickly from the vga to the monitor windows, it hangs + +you need to do a proper code review of all the user interfaces. + +This is described a bit more here: + + https://lists.gnu.org/archive/html/qemu-devel/2016-05/msg00946.html + +But basically it's a libsdl bug: + + https://bugzilla.libsdl.org/show_bug.cgi?id=3287 + +i see, but there are still problems with the user interfaces. + +did you use SDL1.2 or SDL2 here? + +[Expired for QEMU because there has been no activity for 60 days.] + |
