summary refs log tree commit diff stats
path: root/results/classifier/zero-shot/105/graphic/938945
blob: c064f54c84bcbded45bc0666f2e31b61c75cfe54 (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
40
41
graphic: 0.797
instruction: 0.630
device: 0.574
mistranslation: 0.570
socket: 0.555
semantic: 0.534
network: 0.534
other: 0.493
KVM: 0.319
vnc: 0.261
assembly: 0.251
boot: 0.039

Slirp cannot be forward and makes segmentation faults

Hi,

Let's consider the following lines:

$ qemu -enable-kvm -name opeth -hda debian1.img -k fr -localtime -m 512 -net user,vlan=0 -net nic,vlan=0,model=$model,macaddr=a2:00:00:00:00:10 -net socket,vlan=1,listen=127.0.0.1:5900 -net nic,vlan=1,model=$model,macaddr=a2:00:00:00:00:04

$qemu -enable-kvm -name nightwish -hda debian2.img -k fr -localtime -m 512 -net socket,vlan=0,connect=127.0.0.1:5900 -net nic,vlan=0,model=$model,macaddr=a2:00:00:00:00:02


My configuration is clear and allows to transmit packets between the Slirp and the guest nightwish.
But when I try to do on nightwish :

$ wget www.qemu.org

The opeth QEMU makes a segfault :    "11586 Segmentation Fault"

This phenomenon is not always present... If the Segfault does not appear, nightwish cannot enable a connection with internet :(


Thanks
Vince

Which version of QEMU did you use? Can you still reproduce this issue with the latest version of QEMU?

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