summary refs log tree commit diff stats
path: root/results/classifier/zero-shot/105/graphic/1606708
blob: defa7a51f9f57c1a9e3651911685fd0656539148 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
graphic: 0.875
instruction: 0.827
device: 0.787
semantic: 0.639
mistranslation: 0.454
other: 0.377
socket: 0.274
vnc: 0.268
assembly: 0.262
network: 0.254
boot: 0.242
KVM: 0.029

QEMU crashes when switching consoles using SDL

I've trying to use QEMU with SDL, and I noticed that it doesn't behave well, specially when switching from VGA to any console. Resuming, switching is erratic when using SDL, and its effects go from creating a new window, doing nothing, showing a window that disappears inmediately or even crash.

Tested with:
Arch Linux with all packages updated (2016/7/26)
TWM as window manager
QEMU (both stable 2.6.0-1 and latest git commit f49ee63)
Command: qemu-system-x86_64 -display sdl

sdl2 version 2.0.4-2

How to reproduce:
1. Open QEMU with the given command
2. Try to switch console (Ctrl-Alt-2 for example)

Expected behaviour:
As in GTK, the window should now show the desired console

Actual behaviour:
Here I have to say I can't explain it very well. Almost always it just creates a new window that shows the desired console, but it is closed inmediatley. If not, it opens a new window that keeps open, and it sometimes is responsive, but further attempts to switch consoles end causing a crash, and QEMU has to be SIGKILLed

I think this should be fixed with the latest version of QEMU ... or can you still reproduce this issue with the latest version?

[Expired for QEMU because there has been no activity for 60 days.]